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

Commit

Permalink
把全角引号改成半角
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyl18 committed May 8, 2018
1 parent 827d379 commit 3d8e446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CardSharp/GameSteps/WaitingParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void Parse(Desk desk, Player player, string command)
if (point <= -100000)
desk.AddMessage($"CNM 这里是CY 你们的印钞厂停业了.");
else if (point <= -2000)
desk.AddMessage("您输光了/您没输入过获取积分.");
desk.AddMessage("您输光了/您没输入过'获取积分'.");
else
desk.AddPlayer(player);
break;
Expand Down

0 comments on commit 3d8e446

Please sign in to comment.