]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/weapons/selection.qc
Increase time from 1 to 2 of waypoints pointing out weapon spawns and show them at...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / weapons / selection.qc
index 8a787241a095695376a8879484d6c8c7390c7b07..aa6666e3db20a76dfb15234519e796b8f39ac365 100644 (file)
@@ -29,7 +29,7 @@ void Weapon_whereis(Weapon this, entity cl)
                        continue;
                entity wp = WaypointSprite_Spawn(
                        WP_Weapon,
-                       1, 0,
+                       -2, 0,
                        NULL, it.origin + ('0 0 1' * it.maxs.z) * 1.2,
                        cl, 0,
                        NULL, enemy,