- restored warning about missing aiming camera target

This commit is contained in:
alexey.lysiuk 2020-05-18 13:58:22 +03:00
parent 079e7ee4e9
commit 0631670a66

View file

@ -70,7 +70,7 @@ class AimingCamera : SecurityCamera
tracer = it.Next ();
if (tracer == NULL)
{
//Printf ("AimingCamera %d: Can't find TID %d\n", tid, args[3]);
console.Printf ("AimingCamera %d: Can't find TID %d\n", tid, args[3]);
}
else
{ // Don't try for a new target upon losing this one.