Fixed default upgrade particle

This commit is contained in:
Brianna O'Keefe 2018-10-13 16:38:40 -04:00
parent 1ad3c3faf2
commit ddb091ef9b

View File

@ -196,7 +196,7 @@ public class SettingsManager implements Listener {
o3("Main.Upgrade With XP", true), o3("Main.Upgrade With XP", true),
o4("Main.Allow Players To Teleport Through Hoppers", true), o4("Main.Allow Players To Teleport Through Hoppers", true),
o6("Main.Support Enderchests", true), o6("Main.Support Enderchests", true),
o7("Main.Upgrade Particle Type", "WITCH_MAGIC"), o7("Main.Upgrade Particle Type", "SPELL_WITCH"),
o8("Main.Amount of Ticks Between Hops", 8L), o8("Main.Amount of Ticks Between Hops", 8L),
o9("Main.Amount of Ticks Between Teleport", 10L), o9("Main.Amount of Ticks Between Teleport", 10L),
o10("Main.Timeout When Syncing Hoppers", 300L), o10("Main.Timeout When Syncing Hoppers", 300L),