This commit is contained in:
aozhiwei 2023-07-06 18:54:11 +08:00
parent 8ac68b1db7
commit ad0c68b77e

View File

@ -77,6 +77,7 @@ namespace mt
#ifdef DEBUG #ifdef DEBUG
return false; return false;
#endif #endif
return false;
return _can_revive; return _can_revive;
} }