This commit is contained in:
aozhiwei 2021-07-01 13:09:52 +08:00
commit 69cf258168

View File

@ -27,9 +27,11 @@ void MapMgr::Init()
} else {
abort();
}
#if 0
if (mode_hash_.find(kZombieMode) == mode_hash_.end()) {
abort();
}
#endif
if (mode_hash_.find(kChiJiMode) == mode_hash_.end()) {
abort();
}