]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/turrets/checkpoint.qc
Remove now redundantly assigned classnames
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / turrets / checkpoint.qc
index f5ba71477982d4ec6b727d1312aaf36633269a1c..73266183523bac554089adbec7966e7a575208cb 100644 (file)
@@ -75,7 +75,6 @@ spawnfunc(turret_checkpoint)
 // Compat.
 spawnfunc(walker_checkpoint)
 {
-    this.classname = "turret_checkpoint";
     spawnfunc_turret_checkpoint(this);
 }