-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
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
SQLite rewrite #25
Comments
Just curious, what exactly is the advantage of SQLite? |
Faster access to data. |
How is the jail done then? Does it check the INI file when the player moves or when the player joins? If it checks it when the player moves, then I suggest creating a cPlayerState object just like WorldEdit. In there you can save if the player is in jail or not. |
I'm not quite sure, it's been a long time since I coded and tested it for the last time. |
Yes, SQL would be better, but it's still better to save if someone is jailed in memory. |
Rewrite jails, homes and warps to use SQLite.
I don't know SQLite, so I won't do it soon, maybe some day if I learn.
Any volunteer?
The text was updated successfully, but these errors were encountered: