Little changes (look comments)
This commit is contained in:
@@ -42,7 +42,6 @@ public class VotifierListener implements Listener, PluginMessageListener {
|
||||
return;
|
||||
}
|
||||
int money = 25;
|
||||
addPlayerMoney(25, vote);
|
||||
int playerId;
|
||||
playerId = rs1.getInt("id");
|
||||
ResultSet rs2 = Core.getMySql().querySelect("SELECT * FROM `voteUsers` WHERE playerId = '" + playerId + "'");
|
||||
|
||||
Reference in New Issue
Block a user