From 310c1b2fbfb9945f85483a3c022fadaa399cbe8b Mon Sep 17 00:00:00 2001 From: high Date: Mon, 5 Sep 2011 15:27:42 -0400 Subject: [PATCH] Fixed rest Dispose(bool) --- TShockAPI/Rest/Rest.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Rest/Rest.cs b/TShockAPI/Rest/Rest.cs index d27873ad..4c9c9e9f 100644 --- a/TShockAPI/Rest/Rest.cs +++ b/TShockAPI/Rest/Rest.cs @@ -120,7 +120,7 @@ namespace Rests Dispose(true); GC.SuppressFinalize(this); } - protected void Dispose(bool disposing) + protected virtual void Dispose(bool disposing) { if (disposing) {