This commit is contained in:
ShookEagle
2025-08-08 12:49:32 -05:00
parent 8ba25a410e
commit 588b9748c4

View File

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