Check removed
This commit is contained in:
@@ -66,10 +66,6 @@ public class SwearInGuildHandler extends AbstractClientMsgHandler {
|
|||||||
ErrorPopupMsg.sendErrorMsg(player, "Your guild is not a nation!");
|
ErrorPopupMsg.sendErrorMsg(player, "Your guild is not a nation!");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (!nation.getSubGuildList().contains(targetGuild)) {
|
|
||||||
ErrorPopupMsg.sendErrorMsg(player, "Your do not have such authority!");
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!Guild.canSwearIn(targetGuild)) {
|
if (!Guild.canSwearIn(targetGuild)) {
|
||||||
ErrorPopupMsg.sendErrorMsg(player, targetGuild.getGuildState().name() + "cannot be sworn in");
|
ErrorPopupMsg.sendErrorMsg(player, targetGuild.getGuildState().name() + "cannot be sworn in");
|
||||||
|
|||||||
Reference in New Issue
Block a user