Update Grenade Bounce Func

This commit is contained in:
ShookEagle
2025-11-01 13:52:41 -05:00
parent 619a4b0f4b
commit 2fda4b2aae

View File

@@ -140,7 +140,7 @@ public class RocketJumpDay(BasePlugin plugin, IServiceProvider provider)
}
/// <summary>
/// Handles when the grenade touches something.
/// Handles when the grenade bounces.
/// Triggers a rocket jump for its owner if nearby.
/// Uses CHEGrenadeProjectile for built-in AoE, visibility, and raycast-like behavior.
/// This is prefered b/c using a raycast would require custom logic for: