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
TheRealKamisama committed Apr 24, 2018
1 parent d6675d1 commit f1d2c1b
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 <= 0)
desk.AddMessage("您输光了/您没输入过‘获取积分’.")
desk.AddMessage("您输光了/您没输入过‘获取积分’.");
else
desk.AddPlayer(player);
break;
Expand Down

0 comments on commit f1d2c1b

Please sign in to comment.