From: Markus Armbruster Date: Sat, 2 Feb 2008 06:56:49 +0000 (+0100) Subject: Belatedly update c_form of of show command X-Git-Tag: v4.3.12~199 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=f80af5c7da92bde2d69126a886d34b439febffbb Belatedly update c_form of of show command It lacked item and news since 4.3.0. --- diff --git a/src/lib/player/empmod.c b/src/lib/player/empmod.c index d594194b3..fc3c43619 100644 --- a/src/lib/player/empmod.c +++ b/src/lib/player/empmod.c @@ -230,7 +230,7 @@ struct cmndstr player_coms[] = { {"ship ", 0, shi, 0, NORM}, {"shoot ", 3, shoo, C_MOD, NORM + MONEY + CAP}, {"show <\"build\"|\"stats\"|\"cap\"> []\n" - "\tshow \n" + "\tshow \n" "\tshow updates []>", 0, show, 0, VIS}, {"shutdown ", 0, shut, 0, GOD},