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);
|
" 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);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user