Merge branch 'master' into funkyfranky

This commit is contained in:
funkyfranky 2017-10-19 23:34:22 +02:00
commit 210ad2154c

View File

@ -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