Fixes a NullPointerException and the default value of successSalvagedMessage
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good

This commit is contained in:
2024-05-05 15:51:46 +02:00
parent 2612f4f7d8
commit c71d664a79
4 changed files with 17 additions and 8 deletions

View File

@ -117,7 +117,7 @@ public enum ScrapperSetting implements Setting {
/**
* The message displayed if a salvage is successful
*/
SUCCESS_SALVAGE_MESSAGE("successSalvagedMessage", SettingValueType.STRING, "&cThere you go!",
SUCCESS_SALVAGE_MESSAGE("successSalvagedMessage", SettingValueType.STRING, "There you go!",
"The message to display when an item is successfully salvaged", true, true),
/**