Remove debug msg

This commit is contained in:
Jackzie 2021-05-13 17:03:57 -05:00
parent 91f0dce4f4
commit 88e72b67b1
No known key found for this signature in database
GPG key ID: 1E834FE36520537A
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@ public Action Command_RestoreState(int client, int args) {
// /////////////////////////////////////////////////////////////////////////////
public void OnMapStart() {
CreateTimer(120.0, Timer_AutoRecord, _, TIMER_REPEAT | TIMER_FLAG_NO_MAPCHANGE);
CreateTimer(180.0, Timer_AutoRecord, _, TIMER_REPEAT | TIMER_FLAG_NO_MAPCHANGE);
}
public void OnClientPutInServer(int client) {
@ -261,7 +261,7 @@ void RecordGlobalState(const char[] type, int skipTime = 0) {
}
playerStatesList[0][0].timeRecorded = time;
}
PrintToConsoleAll("[Rollback] Recorded all player states for: %s", type);
//PrintToConsoleAll("[Rollback] Recorded all player states for: %s", type);
}
void TransferArray(int oldIndex, int newIndex) {