Correct localisation of numeric values, use coordinate conversions in rtsim

This commit is contained in:
Joshua Barretto
2023-04-12 10:34:24 +01:00
parent 0c688a9b50
commit 16e3227f78
13 changed files with 84 additions and 67 deletions

View File

@ -874,7 +874,7 @@ impl StateExt for State {
} else {
self.notify_players(ServerGeneral::server_msg(
comp::ChatType::Kill(kill_source.clone(), *uid),
msg.content().clone(),
msg.into_content(),
))
}
},