mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
tablist global is default now
This commit is contained in:
parent
9aad601f2e
commit
ca8a250e3d
@ -177,7 +177,7 @@ namespace MCGalaxy {
|
||||
[ConfigBool("tablist-rank-sorted", "Tablist", null, true)]
|
||||
public static bool TablistRankSorted = true;
|
||||
[ConfigBool("tablist-global", "Tablist", null, false)]
|
||||
public static bool TablistGlobal = false;
|
||||
public static bool TablistGlobal = true;
|
||||
[ConfigBool("tablist-bots", "Tablist", null, false)]
|
||||
public static bool TablistBots = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user