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; }