]> git.pond.sub.org Git - empserver/commit
Remove disabled command cede
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 9 Apr 2011 13:31:04 +0000 (15:31 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Thu, 14 Apr 2011 18:21:22 +0000 (20:21 +0200)
commit4dfb84086a867cda20751c89cdff8423e5b64ea4
tree4c74b2959886f806804844f52417d959b2f13bb6
parent16daa4007cdf4736c97dbc8ff186e77f343eac15
Remove disabled command cede

It misuses snxtsct() and snxtitem() to find out whether the first
argument looks like sectors or like ships, which doesn't work with a
bad conditional argument.

Not worth fixing now; it's been disabled since 4.0.1, and broken at
least since commit 2fc1e74a (v4.3.0) broke its sector/ship
disambiguation via third argument.
include/prototypes.h
info/relations.t
src/lib/commands/cede.c [deleted file]
src/lib/player/empmod.c