mirror of
https://github.com/tiennm99/caro.git
synced 2026-05-24 04:24:23 +00:00
不支持的人机提示优化
This commit is contained in:
+2
@@ -1,5 +1,6 @@
|
||||
package org.nico.ratel.landlords.client.event;
|
||||
|
||||
import org.nico.ratel.landlords.enums.ClientEventCode;
|
||||
import org.nico.ratel.landlords.print.SimplePrinter;
|
||||
|
||||
import io.netty.channel.Channel;
|
||||
@@ -9,6 +10,7 @@ public class ClientEventListener_CODE_NOT_SUPPORT extends ClientEventListener{
|
||||
@Override
|
||||
public void call(Channel channel, String data) {
|
||||
SimplePrinter.printNotice(data);
|
||||
get(ClientEventCode.CODE_SHOW_OPTIONS_PVE).call(channel, data);
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@ public class RobotDecisionMakers {
|
||||
private static final long serialVersionUID = 8541568961784067309L;
|
||||
{
|
||||
put(1, new SimpleRobotDecisionMakers());
|
||||
put(2, new MediumRobotDecisionMakers());
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user