Update run
This commit is contained in:
parent
5057cc917f
commit
6667d9e1d4
@ -8,14 +8,14 @@ GAMEID_PART="--gameid "
|
|||||||
WORLD_SET=$WORLD
|
WORLD_SET=$WORLD
|
||||||
GAMEID_SET=$GAMEID
|
GAMEID_SET=$GAMEID
|
||||||
|
|
||||||
# set world_string variable to use user-defined world or default world.
|
# set WORLD_STRING variable to use user-defined world or default world.
|
||||||
if [ -z "$WORLD" ]; then
|
if [ -z "$WORLD" ]; then
|
||||||
WORLD_STRING=" "
|
WORLD_STRING=" "
|
||||||
else
|
else
|
||||||
WORLD_STRING=$wWORLD_PART$WORLD_SET
|
WORLD_STRING=$wWORLD_PART$WORLD_SET
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# set world_string variable to use user-defined world or default world.
|
# set GAMEID_STRING variable to use user-defined Gameid.
|
||||||
if [ -z "$GAMEID" ]; then
|
if [ -z "$GAMEID" ]; then
|
||||||
GAMEID_STRING=" "
|
GAMEID_STRING=" "
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user