mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-20 18:52:36 +00:00
SERVER: teddy_spawn should use its targets
This commit is contained in:
parent
7ead10e568
commit
8f382ef722
1 changed files with 2 additions and 0 deletions
|
@ -278,6 +278,8 @@ void() teddy_react =
|
|||
|
||||
if (t)
|
||||
remove(t);
|
||||
} else if (self.target) {
|
||||
SUB_UseTargets();
|
||||
}
|
||||
|
||||
entity dummy = spawn();
|
||||
|
|
Loading…
Reference in a new issue