World sync version selection

This commit is contained in:
IQuant 2024-06-06 15:25:01 +03:00
parent e52686edc2
commit 74ebce7989
9 changed files with 111 additions and 60 deletions

View file

@ -1,5 +1,8 @@
run:
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 cargo run
run-rel:
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 cargo run --release
run2:
cd noita-proxy && NP_APPID=480 NP_SKIP_MOD_CHECK=1 NP_NOITA_ADDR=127.0.0.1:21252 cargo run