Skip to content

Commit d43a847

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 76cf658 + 5ca3107 commit d43a847

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

games/rockstar/fivem/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Text="${GREEN}[STARTUP]${NC}"
3838
export TXHOST_GAME_NAME=${TXHOST_GAME_NAME:-"fivem"}
3939
export TXHOST_DATA_PATH=${TXHOST_DATA_PATH:-"/home/container/txData"}
4040
export TXHOST_INTERFACE=${TXHOST_INTERFACE:-"0.0.0.0"}
41-
export TXHOST_TXA_PORT=${TXHOST_TXA_PORT:-"${TXADMIN_PORT:-40120}"}
41+
export TXHOST_TXA_PORT=${TXHOST_TXA_PORT:-40120}
4242
export TXHOST_FXS_PORT=${TXHOST_FXS_PORT:-30120}
4343
export TXHOST_DEFAULT_CFXKEY=${TXHOST_DEFAULT_CFXKEY:-"${FIVEM_LICENSE}"}
4444
export TXHOST_MAX_SLOTS=${TXHOST_MAX_SLOTS:-"${MAX_PLAYERS}"}

games/rockstar/fivem/recipe.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
{
122122
"name": "txAdmin Port",
123123
"description": "The port for the txAdmin panel.",
124-
"env_variable": "TXADMIN_PORT",
124+
"env_variable": "TXHOST_TXA_PORT",
125125
"default_value": "40120",
126126
"user_viewable": true,
127127
"user_editable": true,

0 commit comments

Comments
 (0)