Commit 9171930a authored by nanahira's avatar nanahira

master rule 2020

parent 38da6d3f
......@@ -887,7 +887,11 @@ public class Room : WindowServantSP
{
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";
}
......
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