From 836b7c47d762bf46bc3231253c7b356a66734332 Mon Sep 17 00:00:00 2001 From: Ian Date: Mon, 21 Nov 2022 22:10:05 -0500 Subject: [PATCH] Server: No longer rotate Mystery Box spawns by 90 degrees at the start. Should help with some rotation bugs. Needs further testing. --- source/server/entities/machines.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/source/server/entities/machines.qc b/source/server/entities/machines.qc index a58f8cb..7832263 100644 --- a/source/server/entities/machines.qc +++ b/source/server/entities/machines.qc @@ -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;