This commit is contained in:
aozhiwei 2020-07-09 17:29:43 +08:00
parent ef95db5b83
commit bb36534b5c

View File

@ -2567,7 +2567,7 @@ void Room::NewBieRoomStart()
break; break;
} }
int protect_time = MetaMgr::Instance()->level0room_robot_protect_time; int protect_time = MetaMgr::Instance()->level0room_robot_protect_time;
if (creator_game_times_ <= 0) { if (creator_game_times_ > 0) {
protect_time = 6; protect_time = 6;
} }
xtimer.AddDeadLineTimerAndAttach xtimer.AddDeadLineTimerAndAttach