mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Merge branch 'master' into funkyfranky
This commit is contained in:
commit
210ad2154c
@ -109,7 +109,9 @@ function AIRBASEPOLICE_BASE:New( SetClient, Airbases )
|
||||
|
||||
self.AirbaseMonitor = SCHEDULER:New( self, self._AirbaseMonitor, {}, 0, 2, 0.05 )
|
||||
|
||||
trigger.action.setUserFlag("SSB",100)
|
||||
-- This is simple slot blocker is used on the server.
|
||||
SSB = USERFLAG:New( "SSB" )
|
||||
SSB:Set( 100 )
|
||||
|
||||
return self
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user