From f1e323d032ec901dc897985df43066b33be6f7aa Mon Sep 17 00:00:00 2001 From: Moon Horse Date: Tue, 7 Jan 2025 01:34:13 +0300 Subject: [PATCH] leading tabs removed --- lua/metrostroi/systems/sys_81_714_new_pneumatic.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/metrostroi/systems/sys_81_714_new_pneumatic.lua b/lua/metrostroi/systems/sys_81_714_new_pneumatic.lua index 93e09a8..76c7146 100644 --- a/lua/metrostroi/systems/sys_81_714_new_pneumatic.lua +++ b/lua/metrostroi/systems/sys_81_714_new_pneumatic.lua @@ -464,7 +464,7 @@ function TRAIN_SYSTEM:Think(dT) -- утечка через неплотность уравнительного поршня if self.BLDisconnect then self:equalizePressure(dT, "ReservoirPressure", self.BrakeLinePressure, 0.06, 0) end if (self.RealDriverValvePosition > 2) and (self.RealDriverValvePosition < 5) then - local pr_speed = 1.25*6--wagc + local pr_speed = 1.25*6--wagc if self.Leak or self.BrakeLineOpen then pr_speed = pr_speed*0.3 end local _a = 0 for _i = 1, #Train.WagonList do