Commit 993de58c authored by nanahira's avatar nanahira

master rule 2020

parent 15d8a1f8
...@@ -687,7 +687,11 @@ public class Room : WindowServantSP ...@@ -687,7 +687,11 @@ public class Room : WindowServantSP
{ {
description += InterString.Get("双打模式"); description += InterString.Get("双打模式");
} }
if (Program.I().ocgcore.MasterRule == 4) if (Program.I().ocgcore.MasterRule == 5)
{
description += InterString.Get("/大师规则2020") + "\r\n";
}
else if (Program.I().ocgcore.MasterRule == 4)
{ {
description += InterString.Get("/新大师规则") + "\r\n"; description += InterString.Get("/新大师规则") + "\r\n";
} }
......
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