This commit is contained in:
aozhiwei 2021-06-22 11:23:26 +00:00
parent d9119568f8
commit 2a9c1a57cf

View File

@ -553,9 +553,9 @@ void Obstacle::OnExplosionHit(Explosion* e)
Explosion(this); Explosion(this);
#endif #endif
} }
#if 0 if (meta->i->drop() != 0) {
sender.Get()->DropItems(obstacle); e->GetRoom()->ScatterDrop(GetPos(), meta->i->drop());
#endif }
} }
BroadcastFullState(e->GetRoom()); BroadcastFullState(e->GetRoom());
} }