Skip to content
Failed

Changes

Summary

  1. Source: Do not normalize vectors that are less then 1 (commit: 09ec0d2) (details)
  2. Protocol.c: Do not allow dead players to trigger tent or intel checks (commit: d812a40) (details)
Commit 09ec0d2084ec008c7416dafb72404db5671a0427 by 16738302+Haxk20
Source: Do not normalize vectors that are less then 1

This causes issues with precission of the actual grenades.
(commit: 09ec0d2)
The file was modified Source/Util/Physics.c (diff)
The file was modified Source/Packets.c (diff)
The file was modified Source/Protocol.c (diff)
Commit d812a404bb457556d0f49fbca58190d8e5126315 by 16738302+Haxk20
Protocol.c: Do not allow dead players to trigger tent or intel checks

This obvious thing was missed and allows player to jump from
height onto intel and die at the same time and still grab the intel.
Which they could go and capture when they respawn.

This commit fixes this.
(commit: d812a40)
The file was modified Source/Protocol.c (diff)