mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fix: error message for give_exp
This commit is contained in:
parent
a76e0792a9
commit
a01edbe370
@ -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!")),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user