Commit df4e8f26 authored by nanahira's avatar nanahira

rename Custom to DIY

parent 7f02a0c3
...@@ -83,11 +83,11 @@ public class SelectServer : WindowServantSP ...@@ -83,11 +83,11 @@ public class SelectServer : WindowServantSP
inputPort_.enabled = false; inputPort_.enabled = false;
break; break;
} }
case "[Custom]YGOPro 222DIY": case "[DIY]YGOPro 222DIY":
{ {
UIHelper.getByName<UIInput>(gameObject, "ip_").value = "koishi.moecube.com"; UIHelper.getByName<UIInput>(gameObject, "ip_").value = "koishi.moecube.com";
UIHelper.getByName<UIInput>(gameObject, "port_").value = "222"; UIHelper.getByName<UIInput>(gameObject, "port_").value = "222";
Config.Set("serversPicker", "[Custom]YGOPro 222DIY"); Config.Set("serversPicker", "[DIY]YGOPro 222DIY");
//list.enabled = false; //list.enabled = false;
inputIP_.enabled = false; inputIP_.enabled = false;
......
...@@ -2640,7 +2640,7 @@ MonoBehaviour: ...@@ -2640,7 +2640,7 @@ MonoBehaviour:
- '[OCG]Koishi' - '[OCG]Koishi'
- '[OCG]Mercury233' - '[OCG]Mercury233'
- '[TCG]Koishi' - '[TCG]Koishi'
- '[Custom]YGOPro 222DIY' - '[DIY]YGOPro 222DIY'
- "[\u8F6E\u62BD\u670D]2Pick" - "[\u8F6E\u62BD\u670D]2Pick"
- "[OCG&TCG]\uD55C\uAD6D\uC11C\uBC84" - "[OCG&TCG]\uD55C\uAD6D\uC11C\uBC84"
- '[Custom]' - '[Custom]'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment