]> git.xonotic.org Git - xonotic/xonotic-maps.pk3dir.git/commitdiff
rename trigger_teleport spawnflag SPECTATOR to OBSERVERS_ONLY
authorJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Tue, 2 May 2023 22:55:02 +0000 (00:55 +0200)
committerJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Tue, 2 May 2023 22:55:15 +0000 (00:55 +0200)
scripts/entities.ent

index 45be6079e7d1f5af5465acad89d3a7422d0adde8..847b8c8626fbfe6ed5e6e2f50a14068aa93042c4 100644 (file)
@@ -1368,7 +1368,7 @@ Note that in Xonotic, teleporters preserve momentum of the player using them.
 <integer key="team" name="team">team that owns this teleporter (5 = red, 14 = blue, etc) (when set, only this team can teleport)</integer>
 <targetname key="targetname" name="targetname">when targeted by a func_button, pressing the button will reassign the teleporter to the team of the activator.</targetname>
 -------- SPAWNFLAGS --------
-<flag key="SPECTATOR" name="SPECTATOR" bit="0">if set, only spectators can use this teleport</flag>
+<flag key="OBSERVERS_ONLY" name="OBSERVERS_ONLY" bit="0">if set, only observers can use this teleporter</flag>
 <flag key="KEEP_SPEED" name="KEEP_SPEED" bit="1">if set, ignores g_teleport_maxspeed</flag>
 <flag key="INVERT_TEAM" name="INVERT_TEAM" bit="2">the team that owns the teleporter will NOT teleport when touching this</flag>
 </group>