Remove mana checks from server side inventory, it's not synced by redigit's client properly.
This commit is contained in:
parent
d0a9b47f2f
commit
7fe6cde2d9
4 changed files with 3 additions and 16 deletions
|
|
@ -180,11 +180,6 @@ namespace TShockAPI
|
|||
args.Player.IgnoreActionsForCheating = true;
|
||||
}
|
||||
|
||||
if (args.Player.IsLoggedIn)
|
||||
{
|
||||
args.Player.PlayerData.maxMana = max;
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue