Skip to content

Commit

Permalink
Ooops
Browse files Browse the repository at this point in the history
  • Loading branch information
xpyctum committed Feb 28, 2017
1 parent a694d39 commit be55969
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/ru/xpyctum/SignStatus/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public void remove(Vector3 pos){
Level level = this.getServer().getLevelByName(level_name);
if(level != null) {
if (x == pos.getX() && y == pos.getY() && z == pos.getZ() && Objects.equals(level.getName(), level_name)){
this.getLogger().info(entry.getKey().toString());
signs.remove(entry.getKey().toString());
this.signs.save();
}
Expand Down
1 change: 0 additions & 1 deletion src/ru/xpyctum/SignStatus/Refresher.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ public void onRun(int i) {
ConfigSection data = owner.format.getSection("format");
ConfigSection signs = owner.signs.getRootSection();

//owner.getLogger().alert(signs.toString());
signs.entrySet().forEach(entry ->{
List<Map> cf = signs.getMapList(entry.getKey());
for(Map joinable : cf){
Expand Down

0 comments on commit be55969

Please sign in to comment.