This commit is contained in:
Zidonuke 2011-12-20 13:34:08 -05:00
parent 9a45a9ab80
commit ed21c2e8a4

View file

@ -937,7 +937,7 @@ namespace TShockAPI
return true;
}
if (WhitelistBuffMaxTime[type] > 0 && time < WhitelistBuffMaxTime[type])
if (WhitelistBuffMaxTime[type] > 0 && time <= WhitelistBuffMaxTime[type])
{
return false;
}