correction game.params.ori

This commit is contained in:
onimaro 2019-02-04 17:53:55 +01:00
parent 9a773ac21a
commit a96aec95de
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export GAME_PATH=~/jeux/server_${GAME_NAME}
export LOG_PATH=~/logs/${GAME_NAME}
export GAME_BIN=${GAME_PATH}/bin/dontstarve_dedicated_server_nullrenderer
export GAME_PARAMS=-cluster ${serveur}Cluster -shard ${shard}
export GAME_PARAMS="-cluster ${serveur}Cluster -shard ${shard}"