From 306e4d1ab4497a62fc17f8d940324531c3bffc78 Mon Sep 17 00:00:00 2001 From: stacey <57187883+moisterrific@users.noreply.github.com> Date: Wed, 12 May 2021 21:45:06 -0400 Subject: [PATCH] fix typo sigh --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index e66b77ac..51d57c7f 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -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]);