Changed Spawned object: to Spawned: in handle_object

This commit is contained in:
Christoffer Lantz 2019-07-28 16:27:15 +02:00 committed by Imbris
parent 8f68df2bd1
commit c154a41c5c

View File

@ -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