Browse Source

cleanup

lakebane-master
fatboy 7 months ago
parent
commit
d60532c23f
  1. 2
      src/engine/net/client/handlers/InviteToSubHandler.java

2
src/engine/net/client/handlers/InviteToSubHandler.java

@ -114,7 +114,7 @@ public class InviteToSubHandler extends AbstractClientMsgHandler { @@ -114,7 +114,7 @@ public class InviteToSubHandler extends AbstractClientMsgHandler {
if(getBaneByAttackerGuild(targetGuild) != null)
return true; // cannot sub to a nation if you have a bane placed
return true; // cannot sub to a nation if they have a bane placed
//target must be GL or IC

Loading…
Cancel
Save