1
This commit is contained in:
parent
5ca7ab2d03
commit
732827b166
@ -39,7 +39,7 @@ cs::SMUpdate* FrameMaker::MakeUpdateMsg(const Human* hum)
|
|||||||
if (hum->CanSee(std::get<0>(tuple))) {
|
if (hum->CanSee(std::get<0>(tuple))) {
|
||||||
*msg->add_shots() = std::get<1>(tuple);
|
*msg->add_shots() = std::get<1>(tuple);
|
||||||
} else {
|
} else {
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG1
|
||||||
abort();
|
abort();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
@ -34,9 +34,9 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg)
|
|||||||
if (!f8::IsOnlineEnv()) {
|
if (!f8::IsOnlineEnv()) {
|
||||||
int channel = f8::ExtractChannelIdFromAccountId(msg.account_id());
|
int channel = f8::ExtractChannelIdFromAccountId(msg.account_id());
|
||||||
if (channel != 6000) {
|
if (channel != 6000) {
|
||||||
game_times = 0;
|
game_times = 2;
|
||||||
if (!msg.team_uuid().empty()) {
|
if (!msg.team_uuid().empty()) {
|
||||||
game_times = 1;
|
game_times = 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user