mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-19 16:14:44 +00:00
Oops
This commit is contained in:
parent
d736c3a8ff
commit
d21c5060c5
|
|
@ -13383,7 +13383,6 @@ function dtPingStats(){
|
||||||
%cl.dtStats.stat["idleTime"] += ($dtStats::prefTestTime/1000)/60;
|
%cl.dtStats.stat["idleTime"] += ($dtStats::prefTestTime/1000)/60;
|
||||||
if(!%cl.isAIControlled()){
|
if(!%cl.isAIControlled()){
|
||||||
%ping = %cl.getPing();
|
%ping = %cl.getPing();
|
||||||
%cl.lastPing = %ping;
|
|
||||||
%cl.pingTotal += %ping;
|
%cl.pingTotal += %ping;
|
||||||
%cl.pingCount++;
|
%cl.pingCount++;
|
||||||
%cl.dtStats.stat["pingAvg"] = %cl.pingTotal / %cl.pingCount;
|
%cl.dtStats.stat["pingAvg"] = %cl.pingTotal / %cl.pingCount;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue