Only say that superuser is disabled when the ACL isnt empty.

This commit is contained in:
zontreck 2024-11-23 16:47:33 -07:00
parent 63f248f9cf
commit dd37c07485

View file

@ -54,10 +54,9 @@ void main() async {
print("Disabling super user...");
settings.superuser =
User.make("_disabled", "%%%disabled%%%", UserLevel.None);
print("Super User is disabled because there are users registered.");
}
print("Super User is disabled because there are users registered.");
print("Finished installing needed DLLs");
print("Checking for game server updates...");