-
-
Notifications
You must be signed in to change notification settings - Fork 360
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
Plot group doesn't delete from SQL DB correctly. #7592
Comments
You did not include your startup log and so I don't know what database type you use |
mysql |
Can you test if this is still an issue while using this jar: |
1 task
LlmDl
added a commit
that referenced
this issue
Sep 19, 2024
- Closes #7592. - Fix /plot group tab completion.
thanks, everything works fine |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What steps will reproduce the problem?
/stop
- serverstart -> server
then
and catch unhandeled error
probably because when delete a group it is not deleted from the database, then when start the server and initialize the plugin, incorrect objects of the
PlotGroup
class are createdWhat is the expected output?
probably this chunk go to group
1
Towny version
without any plugin modifications
Server version
without any core modifications
Please use Pastebin.com to link the following files
maybe it won't be needed here
then if you try to
/plot group add 1
on another free territory (without a group or group), the same error occursadded
I understood that when trying to add a new group that did not exist yet, this error occurs, when trying to add an existing group everything happens normally
added
I deleted all group in db and the error disappeared, and doesn't appear again
The text was updated successfully, but these errors were encountered: