Commit 7ec38724 authored by mercury233's avatar mercury233

disable built-in update check (by szefo09)

parent 3827abe5
......@@ -21,7 +21,7 @@ public class Menu : WindowServantSP
UIHelper.registEvent(gameObject, "single_", onClickPizzle);
//UIHelper.registEvent(gameObject, "ai_", onClickAI);
UIHelper.registEvent(gameObject, "exit_", onClickExit);
(new Thread(up)).Start();
//(new Thread(up)).Start();
}
public override void show()
......
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