- fixed: The linetarget CCMD duplicated all of the info CCMD.

- fixed: PrintActorInfo crashed due to some incomplete implementation.


SVN r1845 (trunk)
This commit is contained in:
Christoph Oelckers 2009-09-16 05:44:24 +00:00
commit c7a6b796f9
5 changed files with 12 additions and 8 deletions

View file

@ -778,7 +778,6 @@ CCMD(linetarget)
linetarget->GetClass()->TypeName.GetChars(),
linetarget->health,
linetarget->SpawnHealth());
PrintMiscActorInfo(linetarget);
}
else Printf("No target found\n");
}