diff --git a/server/gameserver/room.cc b/server/gameserver/room.cc index b9eb709..0d92d0b 100644 --- a/server/gameserver/room.cc +++ b/server/gameserver/room.cc @@ -2567,7 +2567,7 @@ void Room::NewBieRoomStart() break; } int protect_time = MetaMgr::Instance()->level0room_robot_protect_time; - if (creator_game_times_ <= 0) { + if (creator_game_times_ > 0) { protect_time = 6; } xtimer.AddDeadLineTimerAndAttach