Adds Itembans into SQL, in game commands not added yet, but can use a DB editor to add bans

This commit is contained in:
Twitchy 2011-07-10 13:08:19 +12:00
parent 243b0297b9
commit bbcf84ed4a
6 changed files with 104 additions and 106 deletions

View file

@ -77,11 +77,11 @@
<ItemGroup>
<Compile Include="BackupManager.cs" />
<Compile Include="DB\BanManager.cs" />
<Compile Include="DB\ItemManager.cs" />
<Compile Include="DB\DbExt.cs" />
<Compile Include="DB\GroupManager.cs" />
<Compile Include="DB\UserManager.cs" />
<Compile Include="IPackable.cs" />
<Compile Include="ItemManager.cs" />
<Compile Include="Commands.cs" />
<Compile Include="ConfigFile.cs" />
<Compile Include="FileTools.cs" />