|
@ -25,7 +25,7 @@ if [ "${gsquery}" == "yes" ]; then |
|
|
|
|
|
|
|
|
if [ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then |
|
|
if [ "${engine}" == "unreal" ]||[ "${engine}" == "unreal2" ]; then |
|
|
port=$((port + 1)) |
|
|
port=$((port + 1)) |
|
|
elif [ "${engine}" == "virtualreality" ]; then |
|
|
elif [ "${engine}" == "realvirtuality" ]; then |
|
|
port=$((port + 1)) |
|
|
port=$((port + 1)) |
|
|
elif [ "${engine}" == "spark" ]; then |
|
|
elif [ "${engine}" == "spark" ]; then |
|
|
port=$((port + 1)) |
|
|
port=$((port + 1)) |
|
|