-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added configurable colours for the middle lines on trade sides per material type #135 - Removed Message call in CommandRunner that should never be used and would never actually send if it was. - Added SET_MANAGER and SET_MEMBER commands to the autofill for player names - Added Config support for map values so individual setting enums are not required for settings that may change(like sign types), This should automatically add new items to existing maps as well - Changed SettingSection weights to start at 50 increments based on nest depth to make them more easily readable - Changed Member and Manager Lists into Sets to prevent Duplicates(hopefully) - Added Shop#saveShop with a boolean parameter so that conditional saves don't need a separate if statement - Removed Wall sign types since each sign type is handled the same whether it is on a wall or not - Adjusted sign code to properly handle above - Fixed error in ShoptradeListener where shops in the OOS state but without a product would try to check on stock.
- Loading branch information
1 parent
7e72192
commit 37f8891
Showing
9 changed files
with
157 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.