titties
This commit is contained in:
parent
b2d9d994fe
commit
7e232a4115
1 changed files with 3 additions and 2 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue