From 2ddc989e094cf9baccaacf8769574258673e610a Mon Sep 17 00:00:00 2001 From: Markus Armbruster Date: Sun, 19 Feb 2006 18:47:50 +0000 Subject: [PATCH] Fit for the general public, not just for GUINEA_PIGS. Closes #928396. --- src/lib/commands/xdump.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/commands/xdump.c b/src/lib/commands/xdump.c index f92b4b3a..d0acb460 100644 --- a/src/lib/commands/xdump.c +++ b/src/lib/commands/xdump.c @@ -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;