Skip to content

Commit

Permalink
version 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethan-Vann committed Mar 14, 2023
1 parent 4651acb commit 480e4a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/example/EthanApiPlugin/TileObjects.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public static boolean interact(TileObject tileObject, String... actions)
@Subscribe
public void onGameObjectSpawned(GameObjectSpawned event)
{
System.out.println("Spawned: " + event.getGameObject().getId());
tileObjects.add(event.getGameObject());
}

Expand Down

0 comments on commit 480e4a7

Please # to comment.