At this point, most functions have been LuaStack refactored
This commit is contained in:
@@ -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.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user