At this point, most functions have been LuaStack refactored

This commit is contained in:
2023-04-07 14:20:45 -04:00
parent 44c5a56172
commit 4f0713c9cb
9 changed files with 240 additions and 161 deletions

View File

@@ -240,7 +240,7 @@ public:
// Check if the world is authoritative.
//
bool is_authoritative() const { return LuaOldStack::is_authoritative(world_type_); }
bool is_authoritative() const { return LuaCoreStack::is_authoritative(world_type_); }
// Get a table showing all outstanding HTTP requests.
//