mirror of
https://github.com/shavitush/bhoptimer.git
synced 2025-12-07 10:28:26 +00:00
remove testing prints
This commit is contained in:
parent
9cbed1972b
commit
78eeb38c12
@ -149,13 +149,11 @@ public void OnPluginStart()
|
||||
|
||||
public void OnMapEnd()
|
||||
{
|
||||
PrintToServer("OnMapEnd");
|
||||
FlushDisconnectPlaytime();
|
||||
}
|
||||
|
||||
public void OnPluginEnd()
|
||||
{
|
||||
PrintToServer("OnPluginEnd");
|
||||
FlushDisconnectPlaytime();
|
||||
}
|
||||
|
||||
@ -175,7 +173,6 @@ void FlushDisconnectPlaytime()
|
||||
|
||||
if (gH_DisconnectPlaytimeQueries != null)
|
||||
{
|
||||
PrintToServer("flushing...");
|
||||
gH_SQL.Execute(gH_DisconnectPlaytimeQueries, Trans_SavePlaytime_Success, Trans_SavePlaytime_Failure);
|
||||
gH_DisconnectPlaytimeQueries = null;
|
||||
}
|
||||
@ -344,7 +341,6 @@ public void OnClientDisconnect(int client)
|
||||
return;
|
||||
}
|
||||
|
||||
PrintToServer("OnClientDisconnect");
|
||||
SavePlaytime(client, GetEngineTime(), gH_DisconnectPlaytimeQueries);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user