diff --git a/TShockAPI/Bouncer.cs b/TShockAPI/Bouncer.cs index 69455328..c04682fe 100644 --- a/TShockAPI/Bouncer.cs +++ b/TShockAPI/Bouncer.cs @@ -40,11 +40,11 @@ using TShockAPI.Net; namespace TShockAPI { /// Bouncer is the TShock anti-hack and build guardian system - public class Bouncer + internal sealed class Bouncer { /// Constructor call initializes Bouncer & related functionality. /// A new Bouncer. - public Bouncer(TerrariaPlugin pluginInstance) + internal Bouncer(TerrariaPlugin pluginInstance) { // Setup hooks