Remove Logging Messages
Dieser Commit ist enthalten in:
Ursprung
79ee799260
Commit
7798ddc5d7
@ -68,9 +68,6 @@ public class Advanced implements ShowMode {
|
|||||||
updatePointXZ = updatePointY.clone().setZ(position.getLocation().getZ());
|
updatePointXZ = updatePointY.clone().setZ(position.getLocation().getZ());
|
||||||
}
|
}
|
||||||
|
|
||||||
System.out.println(updatePointY);
|
|
||||||
System.out.println(updatePointXZ);
|
|
||||||
|
|
||||||
if (!position.getLocation().equals(updatePointY)) {
|
if (!position.getLocation().equals(updatePointY)) {
|
||||||
RoundedTNTPosition updatePointPosition = new RoundedTNTPosition(updatePointY);
|
RoundedTNTPosition updatePointPosition = new RoundedTNTPosition(updatePointY);
|
||||||
if (updateEntityMap.containsKey(updatePointPosition)) {
|
if (updateEntityMap.containsKey(updatePointPosition)) {
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren