1
This commit is contained in:
commit
aafc48cca7
@ -679,10 +679,14 @@ void RoomMgr::DispatchSpecRoom(f8::MsgHdr* hdr, const cs::CMJoin& msg)
|
|||||||
} else if (strings.at(1) == "normal_room") {
|
} else if (strings.at(1) == "normal_room") {
|
||||||
_CMJoinCustomBattle(hdr, msg, CUSTOM_ROOM_NORMAL);
|
_CMJoinCustomBattle(hdr, msg, CUSTOM_ROOM_NORMAL);
|
||||||
} else {
|
} else {
|
||||||
|
#if 0
|
||||||
A8_ABORT();
|
A8_ABORT();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
#if 0
|
||||||
A8_ABORT();
|
A8_ABORT();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user