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