mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 03:55:18 -04:00
Increase max values in security tab in gui to 1 million
This commit is contained in:
parent
9dc248a5b3
commit
c72f521827
@ -47,7 +47,7 @@ namespace MCGalaxy {
|
||||
{ "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") },
|
||||
{ "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 },
|
||||
{ "Buildable", (p, l, value) => TogglePerms(p, l, ref l.Config.Buildable, "Buildable") },
|
||||
{ "Deletable", (p, l, value) => TogglePerms(p, l, ref l.Config.Deletable, "Deletable") },
|
||||
|
Loading…
x
Reference in New Issue
Block a user