Merge branch 'FC/Kick_Players'

This commit is contained in:
FlightControl_Master 2017-10-19 10:23:56 +02:00
commit a8e77bddd4

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