No loop logic

This commit is contained in:
FlightControl 2017-05-04 12:25:50 +02:00
parent 0eb9d1917b
commit 2519fcde48

View File

@ -135,7 +135,7 @@ function DATABASE:New()
end
self:E( "Scheduling" )
local PlayerCheckSchedule = SCHEDULER:New( nil, CheckPlayers, { self }, 2, 0.1 )
--local PlayerCheckSchedule = SCHEDULER:New( nil, CheckPlayers, { self }, 2, 0.1 )
return self
end