mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-27 11:26:10 +01:00
Removed dead stores.
This commit is contained in:
parent
5cca63a01c
commit
bf941bc9b2
28 changed files with 85 additions and 139 deletions
|
|
@ -592,7 +592,7 @@ ACMD(do_mteleport)
|
|||
if (AFF_FLAGGED(ch, AFF_CHARM))
|
||||
return;
|
||||
|
||||
argument = two_arguments(argument, arg1, arg2);
|
||||
two_arguments(argument, arg1, arg2);
|
||||
|
||||
if (!*arg1 || !*arg2) {
|
||||
mob_log(ch, "mteleport: bad syntax");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue