Lots of work on debugging diff xmit

This commit is contained in:
2021-11-21 13:35:39 -05:00
parent 0881e33c6f
commit b19825aaca
23 changed files with 338 additions and 99 deletions

View File

@@ -29,6 +29,9 @@ public:
// Create the master world model.
master_.reset(new World(util::WORLD_TYPE_MASTER));
// Update the source code of the master model.
master_->update_source(get_lua_source());
// Create an actor for administrative commands.
admin_id_ = master_->create_login_actor();