From: Markus Armbruster Date: Sun, 6 Apr 2008 19:52:33 +0000 (+0200) Subject: Belatedly update c_form of xdump command X-Git-Tag: v4.3.13~10 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=a291e6dd238f6bfa0e0b46d15e10b48cb121d7c0 Belatedly update c_form of xdump command Update for commit da8a1dae, v4.3.12. --- diff --git a/src/lib/player/empmod.c b/src/lib/player/empmod.c index fbb673e7f..f189b3b86 100644 --- a/src/lib/player/empmod.c +++ b/src/lib/player/empmod.c @@ -279,7 +279,7 @@ struct cmndstr player_coms[] = { {"wipe ", 1, wipe, C_MOD, NORM}, {"wire [yes|no|]", 0, rea, C_MOD, VIS}, {"work ", 1, work, C_MOD, NORM + MONEY + CAP}, - {"xdump [\"meta\"] []", 0, xdump, 0, VIS}, + {"xdump [\"meta\"] []", 0, xdump, 0, VIS}, {"zdone ", 0, zdon, C_MOD, NORM}, {0, 0, 0, 0, 0} };