You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bukkit/src/main/java/com/github/games647/fastlogin/bukkit/listener/protocolsupport/ProtocolSupportListener.java
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@
37
37
importjava.net.InetSocketAddress;
38
38
importjava.util.Optional;
39
39
40
+
importorg.bukkit.Bukkit;
40
41
importorg.bukkit.command.CommandSender;
41
42
importorg.bukkit.entity.Player;
42
43
importorg.bukkit.event.EventHandler;
@@ -75,7 +76,9 @@ public void onLoginStart(PlayerLoginStartEvent loginStartEvent) {
75
76
//remove old data every time on a new login in order to keep the session only for one person
0 commit comments