Oops fix message for last commit.

This commit is contained in:
UnknownShadow200 2016-06-12 11:47:56 +10:00
parent c3676b8fed
commit 462003cd60

View File

@ -604,7 +604,7 @@ namespace MCGalaxy {
if (count == 0) return;
string suffix = count == 1 ? " player is " : " players are ";
SendMessage(count + suffix + "waiting for a review, type %T/review view");
SendMessage(count + suffix + "waiting for a review. Type %T/review view");
}
void LoadCpeData() {