diff --git a/server/gameserver/framemaker.cc b/server/gameserver/framemaker.cc index 0be3d2e..cf57486 100644 --- a/server/gameserver/framemaker.cc +++ b/server/gameserver/framemaker.cc @@ -39,7 +39,7 @@ cs::SMUpdate* FrameMaker::MakeUpdateMsg(const Human* hum) if (hum->CanSee(std::get<0>(tuple))) { *msg->add_shots() = std::get<1>(tuple); } else { -#ifdef DEBUG +#ifdef DEBUG1 abort(); #endif } diff --git a/server/gameserver/roommgr.cc b/server/gameserver/roommgr.cc index 6ae68cd..4b534bc 100644 --- a/server/gameserver/roommgr.cc +++ b/server/gameserver/roommgr.cc @@ -34,9 +34,9 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg) if (!f8::IsOnlineEnv()) { int channel = f8::ExtractChannelIdFromAccountId(msg.account_id()); if (channel != 6000) { - game_times = 0; + game_times = 2; if (!msg.team_uuid().empty()) { - game_times = 1; + game_times = 2; } } }