mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-12-24 02:38:46 +01:00
Sponge fixes
This commit is contained in:
@@ -178,8 +178,6 @@ public class EntityWrapper {
|
||||
this.x = loc.getX();
|
||||
this.y = loc.getY();
|
||||
this.z = loc.getZ();
|
||||
System.out.print("ENTITY: " + entity.getType());
|
||||
System.out.print("ENTITY: " + entity.getType().getTypeId());
|
||||
this.id = entity.getType().getTypeId();
|
||||
if (depth == 0) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user