This commit is contained in:
ineedbots 2021-05-03 23:46:11 -06:00
parent 75ed617320
commit 6bd638ab00

View File

@ -192,7 +192,7 @@ onSomeoneSaid()
{
level waittill("say", string, player);
PrintConsole(player.name + ": " + string + "\n");
PrintConsole(player.name + ": ^7" + string + "\n");
}
}