Lots of work on documenting class LuaStack
This commit is contained in:
@@ -308,7 +308,7 @@ public:
|
||||
|
||||
// Check if the world is authoritative.
|
||||
//
|
||||
bool is_authoritative() const { return LuaCoreStack::is_authoritative(world_type_); }
|
||||
bool is_authoritative() const { return util::is_authoritative(world_type_); }
|
||||
|
||||
// Get a table showing all outstanding HTTP requests.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user