mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-06-01 17:39:50 +08:00
Implement support for multiple scenes in a world
This commit is contained in:
@@ -18,7 +18,7 @@ public class HandlerEvtDestroyGadgetNotify extends PacketHandler {
|
||||
return;
|
||||
}
|
||||
|
||||
session.getPlayer().getWorld().onPlayerDestroyGadget(notify.getEntityId());
|
||||
session.getPlayer().getScene().onPlayerDestroyGadget(notify.getEntityId());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user