Only say that superuser is disabled when the ACL isnt empty.
This commit is contained in:
parent
63f248f9cf
commit
dd37c07485
1 changed files with 1 additions and 2 deletions
|
@ -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...");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue