This commit is contained in:
ShookEagle
2025-08-08 13:20:04 -05:00
parent 588b9748c4
commit d91cede2a8

View File

@@ -184,8 +184,7 @@ public class RocketJumpDay(BasePlugin plugin, IServiceProvider provider)
if (nextNova.TryGetValue(sid, out var next)
&& now < next) { return HookResult.Continue; }
nextNova[sid] = now + 60 / 68.0f;
//Nova Rate of fire according to https://counterstrike.fandom.com/wiki/Nova
nextNova[sid] = now + 0.75f;
var pawn = controller.PlayerPawn.Value;
var origin = pawn?.AbsOrigin;