From d21c5060c575d465abda7e2dcca7f31bfc42ee1c Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Wed, 14 May 2025 14:42:52 -0400 Subject: [PATCH] Oops --- Classic/scripts/autoexec/z_dtStats.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Classic/scripts/autoexec/z_dtStats.cs b/Classic/scripts/autoexec/z_dtStats.cs index 5757627..448a3b0 100644 --- a/Classic/scripts/autoexec/z_dtStats.cs +++ b/Classic/scripts/autoexec/z_dtStats.cs @@ -13383,7 +13383,6 @@ function dtPingStats(){ %cl.dtStats.stat["idleTime"] += ($dtStats::prefTestTime/1000)/60; if(!%cl.isAIControlled()){ %ping = %cl.getPing(); - %cl.lastPing = %ping; %cl.pingTotal += %ping; %cl.pingCount++; %cl.dtStats.stat["pingAvg"] = %cl.pingTotal / %cl.pingCount;