diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index a9b99377..0367268e 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -400,7 +400,7 @@ namespace TShockAPI }; PlayerAddBuffWhitelist[BuffID.OnFire3] = new BuffLimit { - MaxTicks = 60 * 5, + MaxTicks = 60 * 6, CanBeAddedWithoutHostile = false, CanOnlyBeAppliedToSender = false };