changed message type for motd

This commit is contained in:
Monty Marz 2020-06-28 16:04:55 +02:00
parent 48f70bd088
commit f3a84e07a7

View File

@ -262,7 +262,7 @@ impl<'a> System<'a> for Sys {
// Give the player a welcome message
if settings.server_description.len() > 0 {
client.notify(
ChatType::Online
ChatType::CommandInfo
.server_msg(settings.server_description.clone()),
);
}