diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 2cf7a17..61bfe66 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,7 +4,12 @@
-
+
+
+
+
+
+
@@ -95,13 +100,6 @@
1680245437032
-
- 1681636934907
-
-
-
- 1681636934907
-
1681638481198
@@ -438,7 +436,14 @@
1682339222332
-
+
+ 1682343832831
+
+
+
+ 1682343832831
+
+
@@ -453,7 +458,6 @@
-
@@ -478,7 +482,8 @@
-
+
+
diff --git a/src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/PlayersPlugin.java b/src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/PlayersPlugin.java
index 065fbd2..a6d39d9 100644
--- a/src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/PlayersPlugin.java
+++ b/src/main/java/land/chipmunk/chayapak/chomens_bot/plugins/PlayersPlugin.java
@@ -3,8 +3,8 @@ package land.chipmunk.chayapak.chomens_bot.plugins;
import com.github.steveice10.mc.protocol.data.game.PlayerListEntry;
import com.github.steveice10.mc.protocol.data.game.PlayerListEntryAction;
import com.github.steveice10.mc.protocol.data.game.entity.player.GameMode;
-import com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundPlayerInfoUpdatePacket;
import com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundPlayerInfoRemovePacket;
+import com.github.steveice10.mc.protocol.packet.ingame.clientbound.ClientboundPlayerInfoUpdatePacket;
import com.github.steveice10.packetlib.Session;
import com.github.steveice10.packetlib.event.session.DisconnectedEvent;
import com.github.steveice10.packetlib.event.session.SessionAdapter;