Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

更新:ServerToolsv 1.1.6,加入了禁肉前第七格饰品栏与NPC保护 #209

Merged
merged 5 commits into from
Jun 15, 2024

Conversation

1242509682
Copy link
Contributor

No description provided.

return;
var itemsToRemove = new List<Item>();
if (!Config.KeepArmor || e.Player.HasPermission("servertool.armor.white")) return;
if (Config.KeepArmor2 || !Main.hardMode) { clear.Clear7Item(e); }
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里应该是 && 吧?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

检测第七个哪用这么多逻辑,playey.armor[6].netID != 0

然后检测用静态方法

@Controllerdestiny Controllerdestiny merged commit 5e66567 into UnrealMultiple:master Jun 15, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants