Minor bug fixing, added patcher for Export.lua, added plugin options to enable/disable mod

This commit is contained in:
Pax1601
2023-02-18 12:52:43 +01:00
parent 433b4bdf56
commit 0308f7c6a3
51 changed files with 767 additions and 271 deletions

View File

@@ -13,9 +13,7 @@ public:
void execute(lua_State* L);
void handleRequest(wstring key, json::value value);
private:
list<Command*> commands;
mutex mutexLock;
};

View File

@@ -105,9 +105,6 @@ protected:
Coords oldPosition = Coords(0); // Used to approximate speed
virtual void AIloop() = 0;
private:
mutex mutexLock;
};