mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-26 14:54:12 -04:00
Oops fix message for last commit.
This commit is contained in:
parent
c3676b8fed
commit
462003cd60
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user