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