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

Fix dominating message, fix fake player loading, mess around with reactor crystals

This commit is contained in:
NG (Graham)
2026-01-15 18:49:29 -05:00
parent 16f0761380
commit a48f9dcfe9
13 changed files with 222 additions and 52 deletions

16
Cargo.lock generated
View File

@@ -2424,6 +2424,22 @@ dependencies = [
"zip",
]
[[package]]
name = "oj_factory_api"
version = "1.1.0"
dependencies = [
"actix-web",
"base64",
"clap",
"env_logger",
"git-version",
"libfj",
"log",
"oj_rc_core",
"oj_rc_factory",
"serde_json",
]
[[package]]
name = "oj_polariton_auth"
version = "1.1.0"