mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
changed message type for motd
This commit is contained in:
parent
48f70bd088
commit
f3a84e07a7
@ -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()),
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user