diff --git a/apps/openmw-mp/Networking.cpp b/apps/openmw-mp/Networking.cpp index 16b5fe162..10c429876 100644 --- a/apps/openmw-mp/Networking.cpp +++ b/apps/openmw-mp/Networking.cpp @@ -123,6 +123,7 @@ void Networking::processPlayerPacket(RakNet::Packet *packet) if (packet->data[0] == ID_LOADED) { player->setLoadState(Player::LOADED); + player->joinToChannel(0, "Default"); bool result = luaState.getEventCtrl().Call(player);