|
@@ -388,7 +388,7 @@ elif [ "${engine}" == "teeworlds" ]; then
|
|
|
if [ -f "${servercfgfullpath}" ]; then
|
|
if [ -f "${servercfgfullpath}" ]; then
|
|
|
port=$(grep "DefaultPort=" "${servercfgfullpath}" | tr -cd "[:digit:]")
|
|
port=$(grep "DefaultPort=" "${servercfgfullpath}" | tr -cd "[:digit:]")
|
|
|
fi
|
|
fi
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
elif [ "${engine}" == "terraria" ]; then
|
|
elif [ "${engine}" == "terraria" ]; then
|
|
|
|
|
|
|
|
# port
|
|
# port
|