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