Skip to content

Commit

Permalink
Merge pull request #34 from ari-steas/master
Browse files Browse the repository at this point in the history
revert ASAP, this WILL break stuff
  • Loading branch information
ari-steas authored Sep 27, 2024
2 parents 1222841 + f4582de commit ca8dfea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Data/Scripts/CoreSystems/Session/SessionUpdate.cs
Original file line number Diff line number Diff line change
Expand Up @@ -604,8 +604,8 @@ private void AiLoop()
else if (w.Loading && (IsServer && Tick >= w.ReloadEndTick || IsClient && !w.Charging && w.Reload.EndId > w.ClientEndId))
w.Reloaded(1);

if (DedicatedServer && w.Reload.WaitForClient && !w.Loading && (wValues.State.PlayerId <= 0 || Tick - w.LastLoadedTick > 60))
SendWeaponReload(w, true);
//if (DedicatedServer && w.Reload.WaitForClient && !w.Loading && (wValues.State.PlayerId <= 0 || Tick - w.LastLoadedTick > 60))
// SendWeaponReload(w, true);

///
/// Update Weapon Hud Info
Expand Down

0 comments on commit ca8dfea

Please sign in to comment.