Sets the server's default world if the given world has been created and registered using the addWorld template method.
The server's default world (the given world if it has been set as default)
auto test = server.addWorld!Test("test-world"); server.world = test; assert(server.world == test);
See Implementation
Sets the server's default world if the given world has been created and registered using the addWorld template method.