]> git.pond.sub.org Git - empserver/commitdiff
Fit for the general public, not just for GUINEA_PIGS. Closes #928396.
authorMarkus Armbruster <armbru@pond.sub.org>
Sun, 19 Feb 2006 18:47:50 +0000 (18:47 +0000)
committerMarkus Armbruster <armbru@pond.sub.org>
Sun, 19 Feb 2006 18:47:50 +0000 (18:47 +0000)
src/lib/commands/xdump.c

index f92b4b3a8ada475cd99b64722e9803fddef4b2a2..d0acb4603b872b452e5fc3fccfb96fe6e4f487ae 100644 (file)
@@ -387,11 +387,6 @@ xdump(void)
     int type;
     int meta = 0;
 
-    if (!opt_GUINEA_PIGS) {
-       pr("You are not a guinea pig!\n");
-       return RET_FAIL;
-    }
-
     p = getstarg(player->argp[1], "What? ", buf);
     if (p && strcmp(p, "meta") == 0) {
        meta = 1;