Skip to content

Commit

Permalink
Merge pull request #69 from TownyAdvanced/addReloadCommand2
Browse files Browse the repository at this point in the history
Added map refresh to reload command
  • Loading branch information
Goosius1 authored Jul 7, 2023
2 parents 0295dd8 + 5ef5f7b commit 444f3b6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ public void reloadConfigsAndData() {
return;
}

//Refresh
DynmapDisplayTaskController.requestFullMapRefresh();
info("TownyProvinces Reloaded Successfully");
}

Expand Down

0 comments on commit 444f3b6

Please sign in to comment.