mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed double login message
This commit is contained in:
parent
670d9e8736
commit
48f70bd088
@ -252,11 +252,6 @@ impl<'a> System<'a> for Sys {
|
||||
character_id,
|
||||
);
|
||||
|
||||
server_emitter.emit(ServerEvent::Chat(ChatMsg {
|
||||
chat_type: ChatType::Online,
|
||||
message: format!("[{}] is now online.", &player.alias),
|
||||
}));
|
||||
|
||||
// Start inserting non-persisted/default components for the entity
|
||||
// while we load the DB data
|
||||
server_emitter.emit(ServerEvent::InitCharacterData {
|
||||
|
Loading…
Reference in New Issue
Block a user