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 dc214bf commit d6675d1
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions CardSharp/GameSteps/WaitingParser.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,8 @@ public void Parse(Desk desk, Player player, string command)
var point = PlayerConfig.GetConfig(player).Point;
if (point <= -100000)
desk.AddMessage($"CNM 这里是CY 你们的印钞厂停业了.");
<<<<<<< Updated upstream
elseif (point <= 0)
else if (point <= 0)
desk.AddMessage("您输光了/您没输入过‘获取积分’.")
=======
<<<<<<< HEAD
=======
elesif (point <= 0)
desk.AddMessage("您输光了/您没输入过‘获取积分’.")
>>>>>>> parent of 2b21383... .
>>>>>>> Stashed changes
else
desk.AddPlayer(player);
break;
Expand Down

0 comments on commit d6675d1

Please sign in to comment.