Skip to content

Commit

Permalink
Fix weapon drop callback breaking SP (R2Northstar#797)
Browse files Browse the repository at this point in the history
Move weapon drop callback globalization to `#if MP`
  • Loading branch information
itscynxx authored Mar 26, 2024
1 parent 51eb5ea commit a8c0653
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ global function CodeCallback_OnProjectileGrappled
global function DamageInfo_ScaleDamage
global function CodeCallback_CheckPassThroughAddsMods
global function SetTitanMeterGainScale
global function CodeCallback_WeaponDropped
global function AddCallback_OnWeaponDropped

#if MP
global function CodeCallback_OnServerAnimEvent
global function CodeCallback_WeaponDropped
global function AddCallback_OnWeaponDropped
#endif

struct AccumulatedDamageData
Expand Down

0 comments on commit a8c0653

Please sign in to comment.