mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-14 07:34:36 +00:00
Oops
This commit is contained in:
parent
d736c3a8ff
commit
d21c5060c5
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue