add mission md5 hash as unique id, break out db connect ask, add world

This commit is contained in:
2023-05-08 00:15:27 -07:00
parent f8714b7012
commit 43aa384949
9 changed files with 194 additions and 24 deletions

View File

@@ -14,6 +14,7 @@ class CfgFunctions {
class functions {
file = "\AttendanceTracker\functions";
class postInit {postInit = 1;};
class connectDB {};
class eventHandlers {};
class callbackHandler {postInit = 1;};
class log {};