diff --git a/server/gameserver/room.cc b/server/gameserver/room.cc index b84169b..2d84cda 100644 --- a/server/gameserver/room.cc +++ b/server/gameserver/room.cc @@ -2027,13 +2027,6 @@ void Room::OnHumanGridChg(Human* target) void Room::ShuaGridRound(Human* target) { - #ifdef DEBUG - static bool shua_ed = false; - if (shua_ed) { - //return; - } - shua_ed = true; - #endif int count = 0; for (auto& pair : human_hash_) { Human* hum = pair.second;