]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Revert compat hack
authorMario <mario@smbclan.net>
Mon, 1 May 2017 19:06:21 +0000 (05:06 +1000)
committerMario <mario@smbclan.net>
Mon, 1 May 2017 19:06:21 +0000 (05:06 +1000)
qcsrc/server/spawnpoints.qc

index ed823565dc709092e235da8860ee7199d3a4c0f4..84819efbe1c6b51f407c9e9e9b509dcd82aab441 100644 (file)
@@ -161,9 +161,6 @@ spawnfunc(info_player_survivor)
 
 spawnfunc(info_player_start)
 {
-       this.target4 = this.target; // COMPAT: Quake 3 maps use target for item giving entities
-       this.target = string_null;
-
        spawnfunc_info_player_deathmatch(this);
 }