Skip to content

Commit

Permalink
- Fix NPE preventing null mayors from being replaced when /ta set
Browse files Browse the repository at this point in the history
mayor is used, courtesy of Warriorrrr with PR #5235.
  - Make context calculation faster, courtesy of Warriorrrr with PR
#5244.
  - Check if resident is friended before sending removal message,
courtesy of Warriorrrr with PR #5253.
  - Fix AlreadyRegisteredException when accepting two invites or more,
courtesy of 0xBit-MC #5254.
  - Add prompts for Add Player to PermissionGUI, courtesy of Warriorrrr
with PR #5248.
  - Prevent chickens being spawned without permission, courtesy of
Warriorrrr with PR #5237.
    - An egg that lands in a plot will test if the egg-thrower can
item_use in that location, when eggs are in the item_use list.
    - Eggs will automatically be added to the config.yml's item_use list
with this update.
  • Loading branch information
LlmDl committed Sep 1, 2021
1 parent 1b0234f commit 07269c4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion resources/ChangeLog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6653,4 +6653,12 @@ v0.92.0.11:
- Fix lang file fallback, courtesy of Warriorrrr with PR #5230.
- Custom language files that pre-date multi language support, which do not conform to a locale code (ie: en_CA, pt_BR) will not generate an NPE.
- en_US will be loaded instead.
- Fix some of the /ta town {townname} set commands being locked behind a permission test.
- Fix some of the /ta town {townname} set commands being locked behind a permission test.
- Fix NPE preventing null mayors from being replaced when /ta set mayor is used, courtesy of Warriorrrr with PR #5235.
- Make context calculation faster, courtesy of Warriorrrr with PR #5244.
- Check if resident is friended before sending removal message, courtesy of Warriorrrr with PR #5253.
- Fix AlreadyRegisteredException when accepting two invites or more, courtesy of 0xBit-MC #5254.
- Add prompts for Add Player to PermissionGUI, courtesy of Warriorrrr with PR #5248.
- Prevent chickens being spawned without permission, courtesy of Warriorrrr with PR #5237.
- An egg that lands in a plot will test if the egg-thrower can item_use in that location, when eggs are in the item_use list.
- Eggs will automatically be added to the config.yml's item_use list with this update.

0 comments on commit 07269c4

Please sign in to comment.