From 6fa2608ae746a55e4e043870daab71905408051f Mon Sep 17 00:00:00 2001 From: terencehill Date: Sun, 14 Apr 2019 14:54:44 +0200 Subject: [PATCH] Set the correct classname for every turret, e.g. "turret_plasma" --- qcsrc/common/turrets/sv_turrets.qc | 1 - 1 file changed, 1 deletion(-) diff --git a/qcsrc/common/turrets/sv_turrets.qc b/qcsrc/common/turrets/sv_turrets.qc index 09eed0ea5..50a769168 100644 --- a/qcsrc/common/turrets/sv_turrets.qc +++ b/qcsrc/common/turrets/sv_turrets.qc @@ -1363,7 +1363,6 @@ bool turret_initialize(entity this, Turret tur) setsize(this, tur.m_mins, tur.m_maxs); this.m_id = tur.m_id; - this.classname = "turret_main"; this.active = ACTIVE_ACTIVE; this.effects = EF_NODRAW; this.netname = tur.turret_name; -- 2.39.2