Skip to content

Commit

Permalink
Fix bad lang entry for togglehome help
Browse files Browse the repository at this point in the history
  • Loading branch information
md5sha256 committed Mar 23, 2024
1 parent 703bbc6 commit 4723043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AreaShop/src/main/resources/lang/EN-MM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ help-stack: '%lang:helpCommand|/as stack|% Create multiple regions and add them.
help-setlandlord: '%lang:helpCommand|/as setlandlord|% Set the landlord of a region.'
help-import: '%lang:helpCommand|/as import|% Import region from RegionForSale.'
help-transfer: '%lang:helpCommand|/as transfer|% Transfer a region to another player.'
help-togglehome: '%lang:helpcommand|/as toogglehome|% Toggle whether players can set
help-togglehome: '%lang:helpCommand|/as togglehome|% Toggle whether players can set
homes in a region.'

rent-help: /as rent [region], the region you stand in will be used if not specified.
Expand Down
2 changes: 1 addition & 1 deletion AreaShop/src/main/resources/lang/EN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ help-stack: "%lang:helpCommand|/as stack|% Create multiple regions and add them.
help-setlandlord: "%lang:helpCommand|/as setlandlord|% Set the landlord of a region."
help-import: "%lang:helpCommand|/as import|% Import region from RegionForSale."
help-transfer: "%lang:helpCommand|/as transfer|% Transfer a region to another player."
help-togglehome: "%lang:helpcommand|/as toogglehome|% Toggle whether players can set homes in a region."
help-togglehome: "%lang:helpCommand|/as togglehome|% Toggle whether players can set homes in a region."

rent-help: "/as rent [region], the region you stand in will be used if not specified."
rent-noPermission: "You don't have permission to rent a region."
Expand Down

0 comments on commit 4723043

Please sign in to comment.