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); " for villager type %", String.valueOf(points), uuid.toString(), villagerType);
} }
}); });
preparedStatement.execute();
} catch (SQLException e) { } catch (SQLException e) {
e.printStackTrace(); e.printStackTrace();
return (false); return (false);