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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user