]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/monsters/monster/mage.qc
Move scripts to qcsrc/tools
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / monsters / monster / mage.qc
index c71e8c911ccfa1dde53e7aa85c926437fba453b8..0bf1a835e048d91faf80e32e348d11d7106384b6 100644 (file)
@@ -326,7 +326,7 @@ void M_Mage_Attack_Teleport(entity this, entity targ)
 
        Send_Effect(EFFECT_SPAWN_NEUTRAL, this.origin, '0 0 0', 1);
        Send_Effect(EFFECT_SPAWN_NEUTRAL, newpos, '0 0 0', 1);
-       
+
        setorigin(this, newpos);
 
        vector a = vectoangles(targ.origin - this.origin);