1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-02 04:37:47 +00:00

Fix no arrows appearing within The Park / Infobus

This commit is contained in:
Quackster 2024-10-19 15:37:51 +10:00
parent e65dfb8dca
commit 9eaaa87f9a

View file

@ -78,6 +78,7 @@ public class GETROOMAD implements MessageEvent {
player.send(new USER_OBJECTS(List.of()));
}
new G_USRS().handle(player, null);
new G_STAT().handle(player, null);
}