不支持的人机提示优化

This commit is contained in:
nico
2018-11-15 21:15:16 +08:00
parent 490e8755c2
commit 652b83fde3
2 changed files with 2 additions and 1 deletions
@@ -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());
}
};