mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-05 21:52:26 +00:00
[Commands] Remove #serversidename Command. (#1720)
- Remove unused command.
This commit is contained in:
parent
a6c85babfc
commit
dc1c7bb284
@ -985,14 +985,6 @@ void command_setfaction(Client *c, const Seperator *sep)
|
|||||||
content_db.QueryDatabase(query);
|
content_db.QueryDatabase(query);
|
||||||
}
|
}
|
||||||
|
|
||||||
void command_serversidename(Client *c, const Seperator *sep)
|
|
||||||
{
|
|
||||||
if(c->GetTarget())
|
|
||||||
c->Message(Chat::White, c->GetTarget()->GetName());
|
|
||||||
else
|
|
||||||
c->Message(Chat::White, "Error: no target");
|
|
||||||
}
|
|
||||||
|
|
||||||
void command_wc(Client *c, const Seperator *sep)
|
void command_wc(Client *c, const Seperator *sep)
|
||||||
{
|
{
|
||||||
if (sep->argnum < 2) {
|
if (sep->argnum < 2) {
|
||||||
|
|||||||
@ -274,7 +274,6 @@ void command_sendzonespawns(Client *c, const Seperator *sep);
|
|||||||
void command_sensetrap(Client *c, const Seperator *sep);
|
void command_sensetrap(Client *c, const Seperator *sep);
|
||||||
void command_serverinfo(Client *c, const Seperator *sep);
|
void command_serverinfo(Client *c, const Seperator *sep);
|
||||||
void command_serverrules(Client *c, const Seperator *sep);
|
void command_serverrules(Client *c, const Seperator *sep);
|
||||||
void command_serversidename(Client *c, const Seperator *sep);
|
|
||||||
void command_set_adventure_points(Client *c, const Seperator *sep);
|
void command_set_adventure_points(Client *c, const Seperator *sep);
|
||||||
void command_setaapts(Client *c, const Seperator *sep);
|
void command_setaapts(Client *c, const Seperator *sep);
|
||||||
void command_setaaxp(Client *c, const Seperator *sep);
|
void command_setaaxp(Client *c, const Seperator *sep);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user