mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
* Global change. Замена всех устаревших функции на аналогичные * Global change. Добавил локальные переменные там, где это было рентабельно.
This commit is contained in:
@@ -69,7 +69,7 @@ end
|
||||
local nextthink = 0
|
||||
local function think()
|
||||
if CurTime() < nextthink then return end
|
||||
nextthink = CurTime() + GetConVarNumber("metrostroi_debugger_update_interval")
|
||||
nextthink = CurTime() + GetConVar("metrostroi_debugger_update_interval"):GetFloat()
|
||||
--Loop over clients and their ents and send the collected data
|
||||
|
||||
--Check for new entity variables
|
||||
|
||||
Reference in New Issue
Block a user