diff --git a/source/launcher/ttrts.pl b/source/launcher/ttrts.pl index 886fed6..4e1b43a 100755 --- a/source/launcher/ttrts.pl +++ b/source/launcher/ttrts.pl @@ -41,4 +41,4 @@ $res = system("ttrts-client $host") if $client and $host; $res = system("ttrts-server $map") if $server and $map; $res = system("ttrts-local $map") if not $server and not $client and $map; -return $res \ No newline at end of file +exit $res