xp tracker: default pause on logout to on

This commit is contained in:
Adam
2020-10-21 23:36:44 -04:00
parent 9fc8f19c32
commit 93adb7ca75

View File

@@ -60,7 +60,7 @@ public interface XpTrackerConfig extends Config
)
default boolean pauseOnLogout()
{
return false;
return true;
}
@ConfigItem(