Finished testing, shit works\!
This commit is contained in:
parent
61624249a2
commit
3a3bf6e866
2 changed files with 3 additions and 3 deletions
|
|
@ -670,7 +670,7 @@ namespace TShockAPI
|
|||
Tools.SendMessage(ply, "This server is out of date, to update now type /updatenow");
|
||||
if (!updateCmd)
|
||||
{
|
||||
Commands.commands.Add(new Commands.Command("/updatenow", "maintenance", Commands.UpdateNow));
|
||||
Commands.commands.Add(new Commands.Command("updatenow", "maintenance", Commands.UpdateNow));
|
||||
updateCmd = true;
|
||||
}
|
||||
for (int i = 4; i <= changes.Length; i++)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue