home · contact · privacy
Remove C variant of server, redefine build system to match this change.
[plomrogue] / start_server_client_union.sh
index 69c959dcab8f633ab03fa514d4d47696e997e964..54a338617274c33171a10b23513c2edfce42ee51 100755 (executable)
@@ -10,11 +10,6 @@ then
 fi
 
 # Give helpful message to players that want to start without compiling first.
-if [ ! -e ./roguelike-server ]
-then
-    echo 'No ./roguelike-server file found to execute. Try "./redo" first?'
-    false
-fi
 if [ ! -e ./roguelike-client ]
 then
     echo 'No ./roguelike-client file found to execute. Try "./redo" first?'