From ed21c2e8a4eefb678e660d491c3b68250c497e60 Mon Sep 17 00:00:00 2001 From: Zidonuke Date: Tue, 20 Dec 2011 13:34:08 -0500 Subject: [PATCH] DERP --- TShockAPI/GetDataHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index 0f82620f..ba253a37 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -937,7 +937,7 @@ namespace TShockAPI return true; } - if (WhitelistBuffMaxTime[type] > 0 && time < WhitelistBuffMaxTime[type]) + if (WhitelistBuffMaxTime[type] > 0 && time <= WhitelistBuffMaxTime[type]) { return false; }