Remove debug line

This commit is contained in:
fullwall 2020-05-12 21:13:09 +08:00
parent c1a89984a3
commit feb6bc2851

View File

@ -81,7 +81,7 @@ public class PlayerlistTracker extends PlayerChunkMap.EntityTracker {
}
}*/
if (!this.trackedPlayers.contains(entityplayer) || true) {
if (!this.trackedPlayers.contains(entityplayer)) {
SkinnableEntity skinnable = (SkinnableEntity) tracker;
Player player = skinnable.getBukkitEntity();