mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
*
This commit is contained in:
@ -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) {
|
||||||
|
Reference in New Issue
Block a user