This commit is contained in:
aozhiwei 2023-05-26 13:32:33 +08:00
parent e47e4a2462
commit 316f41d37a

View File

@ -245,7 +245,7 @@ void FrameMaker::SerializePartObjects(cs::SMUpdate* msg, Room* room, Human* hum,
for (auto& pair : framedata->part_objects) {
Entity* entity = pair.second.object.Get();
if (!entity) {
#ifdef DEBUG
#ifdef DEBUG1
A8_ABORT();
#endif
deleted_uniid = pair.first;