]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/cheats.qc
Use macro for WEP_NAME as well (get rid of W_Name)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / cheats.qc
index c4b3fe67dd4ef3b8c68ff38b67c679de60115229..4ffa3c803ae7cb1ac7703faf400527cb0693795b 100644 (file)
@@ -264,7 +264,7 @@ float CheatImpulse(float i)
 
                        e2 = spawn();
                        setorigin(e2, e.origin);
-                       RadiusDamage(e2, self, 1000, 0, 128, world, 500, DEATH_CHEAT, e);
+                       RadiusDamage(e2, self, 1000, 0, 128, world, world, 500, DEATH_CHEAT, e);
                        remove(e2);
 
                        print("404 Sportsmanship not found.\n");