mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-27 21:29:47 +01:00
Fix uuid data not saving
This commit is contained in:
parent
10a58e372c
commit
91e24ccba1
@ -286,7 +286,7 @@ public abstract class SQLDatastore extends Datastore {
|
||||
preparedStatement1.setString(2, uuid.toString());
|
||||
}
|
||||
|
||||
preparedStatement.execute();
|
||||
preparedStatement1.execute();
|
||||
return true;
|
||||
});
|
||||
return success;
|
||||
|
Loading…
Reference in New Issue
Block a user