This commit is contained in:
boy0001 2015-05-15 19:32:38 +10:00
parent f6fc39d2e2
commit da7918ba60

View File

@ -80,6 +80,7 @@ public class Rate extends SubCommand {
} }
if (rated) { if (rated) {
sendMessage(plr, C.RATING_ALREADY_EXISTS, plot.getId().toString()); sendMessage(plr, C.RATING_ALREADY_EXISTS, plot.getId().toString());
return false;
} }
final boolean success = true; final boolean success = true;
if (success) { if (success) {