add return

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
David Markowitz
2025-11-14 22:40:18 -08:00
committed by GitHub
parent 3fe1b431de
commit ea0e69e24e

View File

@@ -2360,4 +2360,5 @@ bool Entity::MsgPickupItem(GameMessages::GameMsg& msg) {
bool Entity::MsgChildRemoved(GameMessages::GameMsg& msg) { bool Entity::MsgChildRemoved(GameMessages::GameMsg& msg) {
GetScript()->OnChildRemoved(*this, static_cast<GameMessages::ChildRemoved&>(msg)); GetScript()->OnChildRemoved(*this, static_cast<GameMessages::ChildRemoved&>(msg));
return true;
} }