Closed Sander-Kastelein closed 8 years ago
Can one of the admins verify this patch? Type 'ok to test' to test.
This is great. We've got a partial re-write in the wings right now; I'll be sure that these changes show up in the final version. You can check that version out here: https://github.com/Civcraft/PrisonPearl/tree/3.0
Closing, because the plugin was completly rewritten in the meantime
Since UUID.getString() will always return a 36 character long string, it's more efficient to use a CHAR(36) column than a VARCHAR(36). Also loading the Location objects once instead of 4 times should make it a little bit faster, (and make it a bit more readable).
Greets,