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,9 +54,8 @@ 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("Finished installing needed DLLs");