Skip to content

Commit

Permalink
Fix no arrows appearing within The Park / Infobus
Browse files Browse the repository at this point in the history
  • Loading branch information
Quackster committed Oct 19, 2024
1 parent e65dfb8 commit 9eaaa87
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public void handle(Player player, NettyRequest reader) throws Exception {
player.send(new USER_OBJECTS(List.of()));
}

new G_USRS().handle(player, null);
new G_STAT().handle(player, null);
}

Expand Down

0 comments on commit 9eaaa87

Please sign in to comment.