Changed hack detection to allow future permissions overrides, now prevents hack clients modding max hp while online.

This commit is contained in:
Zidonuke 2011-12-28 21:03:29 -05:00
parent 456a7eb4bc
commit 34efba9c1f
16 changed files with 16 additions and 37 deletions

View file

@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TShockAPI
{

View file

@ -1,6 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TShockAPI.Extensions

View file

@ -1,7 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace TShockAPI
{