fix: error message for give_exp

This commit is contained in:
timokoesters 2019-10-06 20:52:26 +02:00
parent a76e0792a9
commit a01edbe370
No known key found for this signature in database
GPG Key ID: CD80BE9AAEE78097

View File

@ -940,7 +940,7 @@ fn handle_exp(server: &mut Server, entity: EcsEntity, args: String, action: &Cha
} else {
server.clients.notify(
entity,
ServerMsg::private(String::from("Something go wrong")),
ServerMsg::private(String::from("Player has no stats!")),
);
}
}