mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
Correct the name of FastFoodService for rank config
This commit is contained in:
@ -18,7 +18,7 @@ public class ConfigRanksTaming {
|
||||
@Setting(value = "Pummel")
|
||||
private SkillRankProperty pummel = new SkillRankProperty(20);
|
||||
|
||||
@Setting(value = "FastFoodService")
|
||||
@Setting(value = "Fast-Food-Service")
|
||||
private SkillRankProperty fastFoodService = new SkillRankProperty(20);
|
||||
|
||||
@Setting(value = "Environmentally-Aware")
|
||||
|
Reference in New Issue
Block a user