mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-11 18:48:26 +00:00
add return
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user