Skip to content
Success

Changes

Summary

  1. Server.c: Fix SMG shooting delay (commit: 07ddf47) (details)
  2. Server.c: Dont reset refill on special case (commit: f7005ca) (details)
Commit 07ddf4713b22a3a6d063b31d07154c7a6697d9c9 by 16738302+Haxk20
Server.c: Fix SMG shooting delay

Now the ammo count on reloads is accurate
(commit: 07ddf47)
The file was modified Source/Server.c (diff)
Commit f7005ca0b899fab73d5d3a4c6b0dd661eed65ac0 by 16738302+Haxk20
Server.c: Dont reset refill on special case

This was causing us to get into edge case
where after reload in special case we would
reload only bullets we shot after it.
But if player went into tent and then reload
they would reload only the amount of bullets we
shot.
(commit: f7005ca)
The file was modified Source/Server.c (diff)