]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/chan.c
Revise nation status command permissions
[empserver] / src / lib / commands / chan.c
index 2f59d2fdd11a2fa744bfbcd3e60209d6c6ffac57..463305fdacfa15119d6d40ad0cc806c22381db9c 100644 (file)
@@ -49,10 +49,6 @@ chan(void)
     if (!p)
        return RET_SYN;
     us = getnatp(player->cnum);
-    if (us->nat_stat == STAT_VIS) {
-       pr("Visitor countries can't change their country name or representative.\n");
-       return RET_FAIL;
-    }
     switch (*p) {
     case 'n':
     case 'c':