Add missing return statements.

This commit is contained in:
drtshock
2014-11-17 14:30:41 -06:00
parent 356842ab41
commit edfe465ad5
4 changed files with 46 additions and 48 deletions

View File

@@ -36,6 +36,7 @@ public class CmdDeinvite extends FCommand {
msg.then(name + " ").color(ChatColor.WHITE).tooltip("Click to revoke invite for " + name).command("f deinvite " + name);
}
sendFancyMessage(msg);
return;
}
if (you.getFaction() == myFaction) {