Merge pull request #1146 from Celant/general-devel

Implement new stat tracker hotness
This commit is contained in:
Lucas Nicodemus 2015-12-28 13:59:04 -07:00
commit c95ca1b8c6
2 changed files with 63 additions and 15 deletions

View file

@ -680,6 +680,16 @@ namespace TShockAPI
break;
}
case "-providertoken":
{
TShock.StatTracker.ProviderToken = parms[++i];
break;
}
case "--stats-optout":
{
TShock.StatTracker.OptOut = true;
break;
}
}
}
}