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

Fix battle arena ending at 96% base charge, fix part of #61

This commit is contained in:
NG (Graham)
2026-01-18 12:39:58 -05:00
parent 5fd4acdf62
commit ff0588ada1
10 changed files with 805 additions and 93 deletions

5
Cargo.lock generated
View File

@@ -2425,18 +2425,21 @@ dependencies = [
]
[[package]]
name = "oj_factory_api"
name = "oj_factory_web"
version = "1.1.0"
dependencies = [
"actix-files",
"actix-web",
"base64",
"clap",
"env_logger",
"git-version",
"handlebars",
"libfj",
"log",
"oj_rc_core",
"oj_rc_factory",
"serde",
"serde_json",
]