mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
release branch init
This commit is contained in:
@@ -202,7 +202,7 @@ function TRAIN_SYSTEM:TriggerInput(name,value)
|
||||
self.ControllerTimer = CurTime()-1
|
||||
end
|
||||
function TRAIN_SYSTEM:Think()
|
||||
if self.ControllerTimer and CurTime() - self.ControllerTimer > 0.03 and self.Controller ~= self.TargetController then
|
||||
if self.ControllerTimer and CurTime() - self.ControllerTimer > 0.06 and self.Controller ~= self.TargetController then
|
||||
local previousPosition = self.Controller
|
||||
self.ControllerTimer = CurTime()
|
||||
if self.TargetController > self.Controller then
|
||||
|
||||
Reference in New Issue
Block a user