Changed hack detection to allow future permissions overrides, now prevents hack clients modding max hp while online.
This commit is contained in:
parent
456a7eb4bc
commit
34efba9c1f
16 changed files with 16 additions and 37 deletions
|
|
@ -32,12 +32,10 @@ using System.Diagnostics;
|
|||
using System.IO;
|
||||
using System.Net;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Threading;
|
||||
using Mono.Data.Sqlite;
|
||||
using Hooks;
|
||||
using MySql.Data.MySqlClient;
|
||||
using Newtonsoft.Json;
|
||||
using Rests;
|
||||
using Terraria;
|
||||
using TShockAPI.DB;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue