Switched getTime() to std::chrono on all platforms.

This commit is contained in:
2020-09-16 20:14:00 +02:00
parent efda6673b5
commit 5efc8ac089
3 changed files with 9 additions and 14 deletions

View File

@@ -78,7 +78,7 @@ void MissionManager::taskEnd(CNSocket* sock, CNPacketData* data) {
* Yes, this is pretty stupid.
*
* iSUInstancename is the number of items to give. It is usually negative at the end of
* a mission, so as to clean up it's quest items.
* a mission, to clean up its quest items.
*/
for (int i = 0; i < 3; i++)
if (task["m_iSUItem"][i] != 0)