From 3f9cbf9b9ef0c8ac3a3b55b3b51e43b49333bbc2 Mon Sep 17 00:00:00 2001 From: tianfeng <769204422@qq.com> Date: Thu, 19 Mar 2026 16:27:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=A1=E6=9C=89VIP=E7=9A=84=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=BB=98=E8=AE=A4=E4=B8=BAEVERYONE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../circle/other/app/command/user/vip/UserVipAbilityQryExe.java | 1 + 1 file changed, 1 insertion(+) diff --git a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/vip/UserVipAbilityQryExe.java b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/vip/UserVipAbilityQryExe.java index b973d1d1..5b3cdf4c 100644 --- a/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/vip/UserVipAbilityQryExe.java +++ b/rc-service/rc-service-other/other-application/src/main/java/com/red/circle/other/app/command/user/vip/UserVipAbilityQryExe.java @@ -45,6 +45,7 @@ public class UserVipAbilityQryExe { setting.setAntiBlock(VipAbilityType.ANTI_BLOCK.hasAbility(vipLevel) && Boolean.TRUE.equals(setting.getAntiBlock())); } else { + setting.setContactMode(ContactMode.EVERYONE.name()); setting.setKickPrevention(false); setting.setMysteriousInvisibility(false); setting.setAntiBlock(false);