Skip to content
This repository has been archived by the owner on Jul 27, 2018. It is now read-only.

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyl18 committed Feb 18, 2018
1 parent d119a65 commit e15703e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CardSharp/GameSteps/StandardParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void Parse(Desk desk, Player player, string command)
Desk.ShutedGroups.Add(desk.DeskId);
desk.AddMessage($"已经关闭斗地主. 重新恢复为[恢复机器人{RandomBotId}]");
}
else if (command == $"关闭机器人{RandomBotId}")
else if (command == $"恢复机器人{RandomBotId}")
{
Desk.ShutedGroups.RemoveAll(d => d == desk.DeskId);
desk.AddMessage("已经重启斗地主.");
Expand Down

0 comments on commit e15703e

Please sign in to comment.