mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-25 12:15:53 +01:00
Remove debug
This commit is contained in:
parent
61572db707
commit
b7d43bf13b
@ -24,7 +24,6 @@ public class PlayerlistTracker extends PlayerChunkMap.EntityTracker {
|
||||
|
||||
public PlayerlistTracker(PlayerChunkMap map, Entity entity, int i, int j, boolean flag) {
|
||||
map.super(entity, i, j, flag);
|
||||
System.out.println(entity + " " + i + " " + j + " " + flag);
|
||||
this.map = map;
|
||||
this.tracker = getTracker(this);
|
||||
this.trackerEntry = getTrackerEntry(this);
|
||||
|
Loading…
Reference in New Issue
Block a user