Actually executing the update user points query now...

This commit is contained in:
Teriuihi 2021-12-23 16:13:48 +01:00
parent 1cb61421d9
commit 3672ff0e5e

View File

@ -43,6 +43,7 @@ public class Queries {
" for villager type %", String.valueOf(points), uuid.toString(), villagerType);
}
});
preparedStatement.execute();
} catch (SQLException e) {
e.printStackTrace();
return (false);