mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
Fix bugs #91,#79,#38,#72 (#216)
* Update metrostroi.lua Исправил ошибку #91 * Фикс #79 * #38 * #72 Пока-что временное решение * Update metrostroi.lua * Перенёс SquealType на сам номер в TrainSpawnerUpdate * Update cl_init.lua
This commit is contained in:
@@ -2762,7 +2762,7 @@ function TRAIN_SYSTEM:Think(dT)
|
||||
dist = 3072-self.Distance
|
||||
opv = true
|
||||
else
|
||||
dist = self.StationTable.dist_last_end-self.Distance
|
||||
dist = (self.StationTable.dist_last_end or 3072)-self.Distance
|
||||
local opvDist = self.StationTable.isHorlift and 0.45 or 3
|
||||
opv = self.Distance > self.StationTable.dist_last_start
|
||||
if not opv then
|
||||
|
||||
Reference in New Issue
Block a user