mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 11:51:11 +00:00
Server: No longer rotate Mystery Box spawns by 90 degrees at the start.
Should help with some rotation bugs. Needs further testing.
This commit is contained in:
parent
be302d2ac4
commit
836b7c47d7
1 changed files with 0 additions and 1 deletions
|
@ -1538,7 +1538,6 @@ void() mystery_box_tp_spot =
|
|||
|
||||
if (self.model == "progs/Misc/teddy.mdl") {
|
||||
self.frame = 2;
|
||||
self.angles_y -= 90;
|
||||
}
|
||||
|
||||
boxLocations[boxCount] = self;
|
||||
|
|
Loading…
Reference in a new issue