add basic mission_settings check w notify in 3den preview
This commit is contained in:
@@ -5,9 +5,10 @@ class DOUBLES(PREFIX,init) {
|
||||
file = "framework\init\functions";
|
||||
class initServer { postInit = 1;};
|
||||
class initClient { postInit = 1;};
|
||||
class setDefaults { postInit = 1; };
|
||||
class addAARChatHandler { postInit = 1; };
|
||||
class addRespawnChatHandler { postInit = 1; };
|
||||
class setDefaults {};
|
||||
class addAARChatHandler {};
|
||||
class addRespawnChatHandler {};
|
||||
class checkMissionSettings {};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user