Skip to content

Commit

Permalink
WorldGuard addon update. (#1733)
Browse files Browse the repository at this point in the history
* update translations manually to reset crowdin

* Update typo in worldguard compatibility.
  • Loading branch information
creatorfromhell authored Aug 24, 2024
1 parent 378a6c1 commit 0108ce6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void onLoad() {
Bukkit.getPluginManager().disablePlugin(this);
return;
}
existing = registry.get("quickshophikari-reade");
existing = registry.get("quickshophikari-trade");
if (existing instanceof StateFlag tradeFlag) {
this.tradeFlag = tradeFlag;
} else {
Expand Down

0 comments on commit 0108ce6

Please sign in to comment.