tablist global is default now

This commit is contained in:
UnknownShadow200 2017-04-16 15:31:27 +10:00
parent 9aad601f2e
commit ca8a250e3d

View File

@ -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;