0xC0ncord / TURRPG2

TURRPG 2 is a fork of TitanRPG for the Tony's Unreal Realm UT2k4 server.
Other
1 stars 1 forks source link

Make Quad-shot work with instant fire weapons #21

Closed 0xC0ncord closed 2 years ago

0xC0ncord commented 2 years ago

TURRPGv1 did this by hooking xPawn::DisableSpawnProtection which we can still do but it's ugly. Would rather do something like write a helper function to see if a weapon just fired.

0xC0ncord commented 2 years ago

Fixed in 83469ec