]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/gamemodes/gamemode/nexball/nexball.qc
Clean up self uses in weapon dropping code, also switch EXACTTRIGGER_INIT over to...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / nexball / nexball.qc
index d4cc871d9112d4abaa70af68871c0669c8ac463b..b0872497dc9f767cbd9847795c9750383a69f426 100644 (file)
@@ -614,7 +614,7 @@ void SpawnGoal(entity this)
 {
        if(!g_nexball) { remove(this); return; }
 
-       WITHSELF(this, WarpZoneLib_ExactTrigger_Init());
+       EXACTTRIGGER_INIT;
 
        if(this.team != GOAL_OUT && Team_TeamToNumber(this.team) != -1)
        {