Skip to content

Commit 9a40cf0

Browse files
committed
Mark Floodgate Join events as fired too
1 parent 2d177e3 commit 9a40cf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/ConnectionListener.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ private void delayForceLogin(Player player) {
9090
if (floodgatePlayer != null) {
9191
Runnable floodgateAuthTask = new FloodgateAuthTask(plugin.getCore(), player, floodgatePlayer);
9292
Bukkit.getScheduler().runTaskAsynchronously(plugin, floodgateAuthTask);
93+
plugin.getBungeeManager().markJoinEventFired(player);
9394
return;
9495
}
9596
}

0 commit comments

Comments
 (0)