Little changes (look comments)

This commit is contained in:
Lukas
2015-01-10 15:30:24 +01:00
parent a04a241d17
commit ad16f11838

View File

@@ -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 + "'");