add butterfly event, add dropping to 1.11 and below,

This commit is contained in:
Milxnor
2023-04-02 14:42:00 -04:00
parent f41b18f875
commit c6bbaccf7f
11 changed files with 136 additions and 59 deletions

View File

@@ -8,6 +8,8 @@ void AFortWeapon::OnPlayImpactFXHook(AFortWeapon* Weapon, __int64 HitResult, uin
{
// grappler
LOG_INFO(LogDev, "AAA!");
auto Pawn = Cast<AFortPawn>(Weapon->GetOwner());
if (!Pawn)