commit | 794677b496db68f0aab3782b21c503b413cbc288 | [log] [tgz] |
---|---|---|
author | Arathorn <mud@mg.mud.de> | Sat Apr 03 13:06:52 2021 +0200 |
committer | MG Mud User <mud@mg.mud.de> | Sat Apr 03 13:06:52 2021 +0200 |
tree | 9e046694e74183c0dcc0b537af198c1b597ab70d | |
parent | 443fe7f9ba25c884c4835a25277bd5b28f88c1af [diff] |
unbenutzte Variable entfernt Change-Id: I26e602e22801a3ebb6ae96dfc2dd8c2730bfe809
diff --git a/std/player/command.c b/std/player/command.c index 64068e2..beea800 100644 --- a/std/player/command.c +++ b/std/player/command.c
@@ -605,7 +605,7 @@ static mixed _return_args(string str) { - string *t,*t2,verb,s2; + string *t,*t2,verb; int i,l,j,l2; t=explode(trim(str,TRIM_BOTH)," ");