SERVER: teddy_spawn should use its targets

This commit is contained in:
cypress 2023-07-11 15:44:08 -04:00
parent 7ead10e568
commit 8f382ef722

View file

@ -278,6 +278,8 @@ void() teddy_react =
if (t)
remove(t);
} else if (self.target) {
SUB_UseTargets();
}
entity dummy = spawn();