From 1d5a013adb392a8b7910e1ed4bcb341a942d7cae Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Wed, 6 Dec 2017 17:05:29 -0700 Subject: [PATCH] Seal the Bouncer inside his house --- TShockAPI/Bouncer.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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