refactor: Migrate drasl config

This commit is contained in:
batteredbunny 2025-04-05 19:53:03 +03:00
parent fabda513bb
commit 2d3418c824

View file

@ -43,9 +43,10 @@
ListenAddress = "0.0.0.0:4017"; ListenAddress = "0.0.0.0:4017";
DefaultAdmins = [ "kaya" ]; DefaultAdmins = [ "kaya" ];
CreateNewPlayer.AllowChoosingUUID = true;
RegistrationNewPlayer = { RegistrationNewPlayer = {
Allow = true; Allow = true;
AllowChoosingUUID = true;
RequireInvite = true; RequireInvite = true;
}; };
}; };