mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-26 20:55:44 +01:00
Remove debug line
This commit is contained in:
parent
c1a89984a3
commit
feb6bc2851
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user