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:
Ian 2022-11-21 22:10:05 -05:00
parent be302d2ac4
commit 836b7c47d7

View file

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