Fix violations in cl_ponger.lua

This commit is contained in:
Brandon Sturgeon 2020-01-06 05:14:07 -05:00
parent 5cdbd16f6e
commit 9f2fc0b57a

View File

@ -7,7 +7,7 @@ local PING_MISS = 2 -- How many pings can we miss on join?
local API_TIMEOUT = 5 -- How often to call the api
local lastPing
local lastPong
local lastApiCall
net.Receive( "cfc_di_ping", function()