This commit is contained in:
Chayapak 2023-06-11 13:15:11 +07:00
parent b2d9d994fe
commit 7e232a4115

View file

@ -179,10 +179,11 @@ public class Players extends Listener {
return packet; return packet;
} }
removeFromPlayerList(uuid);
list.remove(target); list.remove(target);
// TODO: fix players using /username gone from the player list, the cause is exactly at the next line and it's because uuid i guess
removeFromPlayerList(uuid);
return packet; return packet;
}); });
} catch (Exception e) { } catch (Exception e) {