Skip to content

Commit

Permalink
Update MathQuestions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetkucukonder committed Mar 13, 2019
1 parent a980531 commit f687725
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MathQuestions.cs
Expand Up @@ -30,7 +30,7 @@ public override TranslationList DefaultTranslations
{"mathquestions_broadcast_winner", "[MathQuestions]: {0} answered the question correctly and earned {2} {3}! Answer: {1}"},
{"mathquestions_true_answer", "[MathQuestions]: Congratulations! You have earned {0} {1} by answering correctly! Your new balance: {2} {1}"},
{"mathquestions_wrong_answer", "[MathQuestions]: Wrong answer!"},
{"mathquestions_invalid_parameter", "[MathQuestions]: Usage: '/re <answer>' or '/reply <answer>'"},
{"mathquestions_invalid_parameter", "[MathQuestions]: Usage: '/re <answer>' or '/answer <answer>'"},
{"mathquestions_no_question", "[MathQuestions]: No active questions yet!"},
{"mathquestions_disabled", "MathQuestions is disabled!"}
};
Expand Down Expand Up @@ -115,8 +115,8 @@ private void Autoquestion()
else { Automation = null; }
}

//ReplyCommand
[RocketCommand("reply", "Know the questions and make money!", "<answer>", AllowedCaller.Player)]
//AnswerCommand
[RocketCommand("answer", "Know the questions and make money!", "<answer>", AllowedCaller.Player)]
[RocketCommandAlias("re")]
public void ExecuteCommandcevap(IRocketPlayer caller, string[] answer)
{
Expand Down

0 comments on commit f687725

Please sign in to comment.