1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00
* Add "SetFreeBS" trigger input to signal controller

* Fix controller logic
This commit is contained in:
Αλέξανδρος
2021-08-06 13:33:25 +03:00
committed by GitHub
parent 5c5b68508a
commit 4c927670bd
2 changed files with 4 additions and 2 deletions

View File

@@ -141,5 +141,7 @@ function ENT:AcceptInput( input, activator, called, data )
sig.RouteNumberReplace = data
elseif input == "ResetRouteNumber" then
sig.RouteNumberReplace = data
elseif input == "SetFreeBS" then
sig.FreeBS = tonumber(data) or 0
end
end