home · contact · privacy
Replace old with new client, drop redo system needed to build old one.
[plomrogue] / start_server_client_union.sh
index c56bf06cfa370b21dfde7024d5bcab4922151ced..74872c773f59651df3d5b893eb515b0864bca33f 100755 (executable)
@@ -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