X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fmapobjects%2Ftrigger%2Fgravity.qc;h=0582e708cf047b06dde9b087179c5b4bf8318f7b;hb=0ade80044244ecfd180e7a3dfc0113dcf3a26572;hp=33e10ea09ecc86b106835995f036e8fde0a07e58;hpb=7df1c279beb4c7f540745a09a8135b202bd11cfa;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/mapobjects/trigger/gravity.qc b/qcsrc/common/mapobjects/trigger/gravity.qc index 33e10ea09..0582e708c 100644 --- a/qcsrc/common/mapobjects/trigger/gravity.qc +++ b/qcsrc/common/mapobjects/trigger/gravity.qc @@ -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)