From: terencehill Date: Sun, 14 Apr 2019 12:54:44 +0000 (+0200) Subject: Set the correct classname for every turret, e.g. "turret_plasma" X-Git-Tag: xonotic-v0.8.5~1552 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6fa2608ae746a55e4e043870daab71905408051f;p=xonotic%2Fxonotic-data.pk3dir.git Set the correct classname for every turret, e.g. "turret_plasma" --- 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;