fixed comments formating, added zeroing out player->toRemoveVehicle after removing vehicle

This commit is contained in:
kamilprzyb
2020-09-23 11:21:32 +02:00
parent 016c48645e
commit 7bcdc111da
5 changed files with 13 additions and 10 deletions

View File

@@ -150,7 +150,7 @@ time_t getTime() {
return (time_t)value.count();
}
//returns system time in seconds
// returns system time in seconds
time_t getTimestamp() {
using namespace std::chrono;