Actually executing the update user points query now...
This commit is contained in:
parent
1cb61421d9
commit
3672ff0e5e
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user