add basic mission_settings check w notify in 3den preview

This commit is contained in:
2024-02-13 11:02:42 -08:00
parent 296f945ea3
commit 5114ae334f
6 changed files with 61 additions and 4 deletions

View File

@@ -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 {};
};
};