add new image support
This commit is contained in:
parent
a9c4c30f16
commit
0b7138e1f3
@ -20,6 +20,7 @@ ENV \
|
||||
WORKSHOPCOLLECTIONID="" \
|
||||
#
|
||||
# Server config
|
||||
GAME="garrysmod" \
|
||||
TICKRATE="66" \
|
||||
MAXPLAYERS="16" \
|
||||
GAMEMODE="sandbox" \
|
||||
@ -28,12 +29,9 @@ ENV \
|
||||
MAPGROUP="mg_active" \
|
||||
CONFIG="server.cfg" \
|
||||
#
|
||||
# Other
|
||||
CUSTOMPARAMETERS="" \
|
||||
#
|
||||
# Start parameters
|
||||
SRCDSPARAMS="\
|
||||
-game garrysmod \
|
||||
-game \${GAME} \
|
||||
-tickrate \${TICKRATE} \
|
||||
-maxplayers \${MAXPLAYERS} \
|
||||
-authkey \${AUTHKEY} \
|
||||
|
Loading…
Reference in New Issue
Block a user