DERP
This commit is contained in:
parent
9a45a9ab80
commit
ed21c2e8a4
1 changed files with 1 additions and 1 deletions
|
|
@ -937,7 +937,7 @@ namespace TShockAPI
|
|||
return true;
|
||||
}
|
||||
|
||||
if (WhitelistBuffMaxTime[type] > 0 && time < WhitelistBuffMaxTime[type])
|
||||
if (WhitelistBuffMaxTime[type] > 0 && time <= WhitelistBuffMaxTime[type])
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue