Remove mana checks from server side inventory, it's not synced by redigit's client properly.

This commit is contained in:
Zidonuke 2011-12-25 10:45:28 -05:00
parent d0a9b47f2f
commit 7fe6cde2d9
4 changed files with 3 additions and 16 deletions

View file

@ -180,11 +180,6 @@ namespace TShockAPI
args.Player.IgnoreActionsForCheating = true;
}
if (args.Player.IsLoggedIn)
{
args.Player.PlayerData.maxMana = max;
}
return false;
}