cm&5 映射为CP_GENERAL
This commit is contained in:
parent
5eb70593cf
commit
3d94c75e4e
@ -246,6 +246,8 @@ public class TerminalInfo {
|
|||||||
public static final String NT_CM_APP_GENERAL = "NT_CM_APP_GENERAL";
|
public static final String NT_CM_APP_GENERAL = "NT_CM_APP_GENERAL";
|
||||||
static {
|
static {
|
||||||
aliasMap.put(NT_CM_APP_GENERAL, NT_CM_APP_GENERAL);
|
aliasMap.put(NT_CM_APP_GENERAL, NT_CM_APP_GENERAL);
|
||||||
|
aliasMap.put(STR_TERMINAL_CM, NT_CM_APP_GENERAL);
|
||||||
|
aliasMap.put(NUM_TERMINAL_CM, NT_CM_APP_GENERAL);
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* crafts man leader
|
* crafts man leader
|
||||||
@ -265,8 +267,7 @@ public class TerminalInfo {
|
|||||||
static {
|
static {
|
||||||
aliasMap.put(NT_CM_APP_CM_WORKER, NT_CM_APP_CM_WORKER);
|
aliasMap.put(NT_CM_APP_CM_WORKER, NT_CM_APP_CM_WORKER);
|
||||||
aliasMap.put(STR_TERMINAL_CM_WORKER, NT_CM_APP_CM_WORKER);
|
aliasMap.put(STR_TERMINAL_CM_WORKER, NT_CM_APP_CM_WORKER);
|
||||||
aliasMap.put(STR_TERMINAL_CM, NT_CM_APP_CM_WORKER);
|
|
||||||
aliasMap.put(NUM_TERMINAL_CM, NT_CM_APP_CM_WORKER);
|
|
||||||
// 默认把cm归到工人terminal,但可以guess一下。
|
// 默认把cm归到工人terminal,但可以guess一下。
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user