Increase max values in security tab in gui to 1 million

This commit is contained in:
UnknownShadow200 2017-08-14 15:54:35 +10:00
parent 9dc248a5b3
commit c72f521827

View File

@ -47,7 +47,7 @@ namespace MCGalaxy {
{ "LeafDecay", (p, l, value) => Toggle(p, l, ref l.Config.LeafDecay, "Leaf decay") }, { "LeafDecay", (p, l, value) => Toggle(p, l, ref l.Config.LeafDecay, "Leaf decay") },
{ "RandomFlow", (p, l, value) => Toggle(p, l, ref l.Config.RandomFlow, "Random flow") }, { "RandomFlow", (p, l, value) => Toggle(p, l, ref l.Config.RandomFlow, "Random flow") },
{ "GrowTrees", (p, l, value) => Toggle(p, l, ref l.Config.GrowTrees, "Tree growing") }, { "GrowTrees", (p, l, value) => Toggle(p, l, ref l.Config.GrowTrees, "Tree growing") },
{ "Chat", (p, l, value) => Toggle(p, l, ref l.Config.ServerWideChat, "Roleplay (level only) chat: ", true) }, { "Chat", (p, l, value) => Toggle(p, l, ref l.Config.ServerWideChat, "Roleplay (level only) chat", true) },
{ "Guns", ToggleGuns }, { "Guns", ToggleGuns },
{ "Buildable", (p, l, value) => TogglePerms(p, l, ref l.Config.Buildable, "Buildable") }, { "Buildable", (p, l, value) => TogglePerms(p, l, ref l.Config.Buildable, "Buildable") },
{ "Deletable", (p, l, value) => TogglePerms(p, l, ref l.Config.Deletable, "Deletable") }, { "Deletable", (p, l, value) => TogglePerms(p, l, ref l.Config.Deletable, "Deletable") },