]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/triggers/target/location.qc
Remove some classname assignments
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / target / location.qc
index c673308a6c02349a381d4450e8df58df56800162..2169e1b89e809486aa8bf9827682a7ea4687350a 100644 (file)
@@ -14,11 +14,7 @@ spawnfunc(target_location)
 
 spawnfunc(info_location)
 {
-    this.classname = "target_location";
     this.message = this.netname;
-
-    target_push_init(this);
-
-    IL_PUSH(g_locations, this);
+    spawnfunc_target_location(this);
 }
 #endif