fix(@projects/@magic-civilization): 🐛 adjust victory json path depth
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
1611dd3032
commit
2fc602ef75
1 changed files with 2 additions and 2 deletions
|
|
@ -23,9 +23,9 @@ use mc_turn::{
|
|||
use std::collections::BTreeMap;
|
||||
|
||||
// Path relative to this crate's manifest (CARGO_MANIFEST_DIR resolves to
|
||||
// mc-turn/; the public data directory is 4 levels up from there).
|
||||
// mc-turn/; the public data directory is 5 levels up from there).
|
||||
const VICTORY_JSON: &str = include_str!(
|
||||
"../../../../public/games/age-of-dwarves/data/victory.json"
|
||||
"../../../../../public/games/age-of-dwarves/data/victory.json"
|
||||
);
|
||||
|
||||
// ── helpers ───────────────────────────────────────────────────────────────────
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue