1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Fix some packaging issues

This commit is contained in:
NG (Graham)
2025-08-03 21:47:25 -04:00
parent e54e17fc07
commit 6fdb13b446
5 changed files with 45 additions and 42 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "rc_multiplayer"
name = "oj_rc_multiplayer"
version.workspace = true
edition.workspace = true
repository.workspace = true

View File

@@ -40,7 +40,7 @@ impl literustlib_server::EventHandler for LnlEventHandler {
}
#[cfg(not(debug_assertions))]
{
log::warn!("Unsupported {:?} event variant {} ({}); {:?}, pls fix!!!", header.property, variant_pretty, data.variant);
log::warn!("Unsupported {:?} event variant {} ({}), pls fix!!!", header.property, variant_pretty, data.variant);
}
}
},