SERVER: Allow perk_random to properly set angles

This commit is contained in:
MotoLegacy 2024-03-17 12:17:21 -07:00
parent 601fe15ee8
commit a664fd2264

View file

@ -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;
}
}