]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapobjects/trigger/gravity.qc
Use gender-neutral pronouns when referring to the player
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / trigger / gravity.qc
index 33e10ea09ecc86b106835995f036e8fde0a07e58..0582e708cf047b06dde9b087179c5b4bf8318f7b 100644 (file)
@@ -15,7 +15,7 @@ void trigger_gravity_remove(entity own)
 }
 void trigger_gravity_check_think(entity this)
 {
-       // This spawns when a player enters the gravity zone and checks if he left.
+       // This spawns when a player enters the gravity zone and checks if they left.
        // Each frame, this.count is set to 2 by trigger_gravity_touch() and decreased by 1 here.
        // It the player has left the gravity trigger, this will be allowed to reach 0 and indicate that.
        if(this.count <= 0)