mirror of
https://e.coding.net/circlecloud/GuiACK.git
synced 2025-11-24 23:46:02 +00:00
@@ -63,6 +63,7 @@ public class PlayerListen implements Listener {
|
||||
if (!ci.getItemMeta().hasDisplayName())
|
||||
return;
|
||||
String clickName = ci.getItemMeta().getDisplayName();
|
||||
VerifyGui.remove(p);
|
||||
if (!guiname.endsWith(clickName))
|
||||
p.kickPlayer("§c验证码选择错误 请重新登录!");
|
||||
else {
|
||||
@@ -70,7 +71,6 @@ public class PlayerListen implements Listener {
|
||||
p.sendMessage("§a验证成功 奖励金钱: " + plugin.reward);
|
||||
checklist.put(p.getName(), true);
|
||||
p.closeInventory();
|
||||
VerifyGui.remove(p);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user