Temporarily disable some projectile cheat checks

This commit is contained in:
Lucas Nicodemus 2020-05-18 00:52:44 -07:00
parent edca454f8d
commit 3471646dc7
No known key found for this signature in database
GPG key ID: A07BD9023D1664DB

View file

@ -844,11 +844,11 @@ namespace TShockAPI
}
else
{
args.Player.Disable(String.Format("Does not have projectile permission to update projectile. ({0})", type), DisableFlags.WriteToLogAndConsole);
args.Player.RemoveProjectile(ident, owner);
// args.Player.Disable(String.Format("Does not have projectile permission to update projectile. ({0})", type), DisableFlags.WriteToLogAndConsole);
// args.Player.RemoveProjectile(ident, owner);
}
args.Handled = true;
return;
// args.Handled = false;
// return;
}
if (args.Player.ProjectileThreshold >= TShock.Config.ProjectileThreshold)