Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run ulx resettodefaults FORCE from the server console.
ulx resettodefaults FORCE
All ULX and ULib configuration should be purged.
Some configuration data is omitted:
data/ulx/motd.txt
data/ulx/banmessage.txt
sv.db
The command also tries to delete data/ulib/bans.txt. This file is already deleted by ULib after it migrates bans to the SQLite database.
data/ulib/bans.txt
ULib v2.63d (05/12/18) ULX v3.73d (05/21/18)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Steps to reproduce
Run
ulx resettodefaults FORCE
from the server console.Expected behavior
All ULX and ULib configuration should be purged.
Actual behavior
Some configuration data is omitted:
data/ulx/motd.txt
data/ulx/banmessage.txt
sv.db
The command also tries to delete
data/ulib/bans.txt
. This file is already deleted by ULib after it migrates bans to the SQLite database.Version
ULib v2.63d (05/12/18)
ULX v3.73d (05/21/18)
The text was updated successfully, but these errors were encountered: