Fix uuid data not saving

This commit is contained in:
Luck 2016-06-22 17:34:48 +01:00
parent 10a58e372c
commit 91e24ccba1

View File

@ -286,7 +286,7 @@ public abstract class SQLDatastore extends Datastore {
preparedStatement1.setString(2, uuid.toString());
}
preparedStatement.execute();
preparedStatement1.execute();
return true;
});
return success;