fix typo
sigh
This commit is contained in:
parent
dacc20e9c3
commit
306e4d1ab4
1 changed files with 1 additions and 1 deletions
|
|
@ -5966,7 +5966,7 @@ namespace TShockAPI
|
|||
}
|
||||
int id = 0;
|
||||
int time = 60;
|
||||
var timeLimit = (int.MaxValue / 60) - 1
|
||||
var timeLimit = (int.MaxValue / 60) - 1;
|
||||
if (!int.TryParse(args.Parameters[0], out id))
|
||||
{
|
||||
var found = TShock.Utils.GetBuffByName(args.Parameters[0]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue