优化机器人

master
zhouwei 2026-07-10 05:09:02 +08:00
parent 838ea4b82a
commit d62392d553
1 changed files with 1 additions and 0 deletions

View File

@ -547,6 +547,7 @@ public class RobotConnectionManager {
if (playerIds.length == 1) {
int playerId = Integer.parseInt(playerIds[0].trim());
if (playerId == robotId) {
jedis3.expire("wokelock" + robotUser.getRobotId(), 2);
//发送退出房间协议
ITObject params = TObject.newInstance();