]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
change movetype for players before they are landed in battle royale from MOVETYPE_FLY...
authorJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Sat, 29 Jan 2022 19:46:34 +0000 (20:46 +0100)
committerJuhu <5894800-Juhu_@users.noreply.gitlab.com>
Sat, 29 Jan 2022 19:46:34 +0000 (20:46 +0100)
qcsrc/common/gamemodes/gamemode/br/sv_br.qc

index a63d3ab6249b395d6edc925dc0e1a07bcb3a70a8..e872d08ecdb9aafb0a4509791099df2e3ee39d93 100644 (file)
@@ -1099,7 +1099,7 @@ void br_RoundStart(){
         it.angles = vectoangles(dropship_path_direction) + '45 0 0';
         it.fixangle = true;
         it.velocity = '0 0 0';
-        set_movetype(it, MOVETYPE_FLY_WORLDONLY);
+        set_movetype(it, MOVETYPE_FLY);
         it.flags &= ~FL_PICKUPITEMS;
         it.flags |= FL_NOTARGET;
         it.dphitcontentsmask &= ~DPCONTENTS_BODY;