1
This commit is contained in:
parent
7be35d366c
commit
989b04ee7d
@ -1262,10 +1262,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