Added UpdateManager.cs

Update checks now happen every 5 minutes. Side effect: Instant join update is now delayed 5 minutes.
This commit is contained in:
Shank 2011-06-08 04:06:38 -06:00
parent f3c30da22c
commit 4422f643f8
3 changed files with 130 additions and 130 deletions

View file

@ -70,6 +70,7 @@
<Compile Include="TShock.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="TSPlayer.cs" />
<Compile Include="UpdateManager.cs" />
</ItemGroup>
<ItemGroup>
<None Include="config\groups.txt" />