mirror of
https://github.com/nzp-team/quakec.git
synced 2025-02-16 09:01:41 +00:00
SERVER: Allow perk_random to properly set angles
This commit is contained in:
parent
601fe15ee8
commit
a664fd2264
1 changed files with 1 additions and 0 deletions
|
@ -770,6 +770,7 @@ void(string perk_classname, void() spawnfunc) Perk_RandomAssign =
|
|||
// The machine is in the world, so move it here instead.
|
||||
else {
|
||||
setorigin(machine, self.origin);
|
||||
machine.angles = self.angles;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue