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 1b01c00 commit dfec536
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 @@ -56,7 +56,7 @@ public void Parse(Desk desk, Player player, string command)
}
if (command.StartsWith("表演开屎") && PlayerConfig.GetConfig(player).IsAdmin){
if (desk.Players.Any()){
desk.AddMessage("有玩家了不可以使用");
desk.AddMessage("有玩家了不可以使用.");
return;
}

Expand Down

0 comments on commit dfec536

Please sign in to comment.