adds default bases + allows mms to set custom waypoints for microdagr

This commit is contained in:
2024-02-12 23:51:07 -08:00
parent fdcf70b713
commit 296f945ea3
5 changed files with 101 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ EGVAR(common,diaryRecords) = createHashMap;
// initialize other modules
call EFUNC(client,initClient);
call EFUNC(mapcopy,initClient);
call EFUNC(reinsert,initClient);
call EFUNC(resupply,initClient);