mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-07 09:33:21 +00:00
Remove debug msg
This commit is contained in:
parent
91f0dce4f4
commit
88e72b67b1
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue