X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=start_server_client_union.sh;fp=start_server_client_union.sh;h=74872c773f59651df3d5b893eb515b0864bca33f;hb=a50806df8116a81729220bd79870639b18da9d8c;hp=c56bf06cfa370b21dfde7024d5bcab4922151ced;hpb=3a308dfb8b0ede5ab0a23d867cdf33394825538e;p=plomrogue diff --git a/start_server_client_union.sh b/start_server_client_union.sh index c56bf06..74872c7 100755 --- a/start_server_client_union.sh +++ b/start_server_client_union.sh @@ -19,14 +19,9 @@ then fi # Give helpful message to players that want to start without compiling first. -if [ ! -e ./roguelike-client ] -then - echo 'No ./roguelike-client executable found. Try "./redo" first?' - false -fi if [ ! -e ./libplomrogue.so ] then - echo 'No ./libplomrogue.so library found. Try "./redo" first?' + echo 'No ./libplomrogue.so library found. Try "./build.sh" first?' false fi @@ -57,4 +52,4 @@ fi # Only start the interface when everything else went well. kill -0 $! 2> /dev/null -./roguelike-client +python3 ./roguelike-client