Browse Source

Merge branch 'master' into pr/498

Conflicts:
	functions/fn_details_config
pull/506/head
Daniel Gibbs 10 years ago
parent
commit
a4a8049f59
  1. 2
      functions/fn_details_config

2
functions/fn_details_config

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

Loading…
Cancel
Save