Commit ae2d1fe4 authored by github-actions's avatar github-actions Committed by Melledy
Browse files

Fix whitespace [skip actions]

parent 510d564b
......@@ -448,4 +448,4 @@ public class EnergyManager extends BasePlayerManager {
}
}
}
}
\ No newline at end of file
}
......@@ -18,7 +18,7 @@ public class MapMarksManager extends BasePlayerManager {
public MapMarksManager(Player player) {
super(player);
}
public Map<String, MapMark> getMapMarks() {
return getPlayer().getMapMarks();
}
......@@ -51,7 +51,7 @@ public class MapMarksManager extends BasePlayerManager {
}
player.getSession().send(new PacketMarkMapRsp(getMapMarks()));
}
public String getMapMarkKey(Position position) {
return "x" + (int)position.getX()+ "z" + (int)position.getZ();
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment