* Added event management for clients and block/unblock functions
This commit is contained in:
Applevangelist
2023-02-16 11:42:06 +01:00
parent a3f9219460
commit 44b6315361
2 changed files with 228 additions and 4 deletions

View File

@@ -316,7 +316,7 @@ function CSAR:New(Coalition, Template, Alias)
-- Inherit everything from FSM class.
local self=BASE:Inherit(self, FSM:New()) -- #CSAR
BASE:T({Coalition, Prefixes, Alias})
BASE:T({Coalition, Template, Alias})
--set Coalition
if Coalition and type(Coalition)=="string" then