diff --git a/src/game/server/ServerGame.cpp b/src/game/server/ServerGame.cpp index c207161..0ab8fde 100644 --- a/src/game/server/ServerGame.cpp +++ b/src/game/server/ServerGame.cpp @@ -23,8 +23,6 @@ void ServerGame::startGame() { m_Server->broadcastPacket(&mapData); m_GameState = game::GameState::Game; - - m_ServerWorld.spawnMobs(game::MobType::Zombie, 1, 0, 12); } void ServerGame::updateGoldMines() {