mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Changed Spawned object: to Spawned: in handle_object
This commit is contained in:
parent
8f68df2bd1
commit
c154a41c5c
@ -627,7 +627,7 @@ fn handle_object(server: &mut Server, entity: EcsEntity, args: String, _action:
|
||||
.build();
|
||||
server.clients.notify(
|
||||
entity,
|
||||
ServerMsg::private(format!("Spawned object: {}", obj_str_res.unwrap())),
|
||||
ServerMsg::private(format!("Spawned: {}", obj_str_res.unwrap())),
|
||||
);
|
||||
} else {
|
||||
server
|
||||
|
Loading…
Reference in New Issue
Block a user