Skip to content

Commit 21d9e97

Browse files
committed
Fix spawn event handler comment and plan to port to async event
1 parent 570e743 commit 21d9e97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/thenextlvl/tweaks/listener/SpawnListener.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public SpawnListener(TweaksPlugin plugin) {
1717
this.plugin = plugin;
1818
}
1919

20+
// todo: port to AsyncPlayerSpawnLocationEvent
2021
@EventHandler(priority = EventPriority.LOWEST)
2122
public void onPlayerSpawnLocation(PlayerSpawnLocationEvent event) {
2223
var config = plugin.config().spawn;

0 commit comments

Comments
 (0)