X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=singleplayer.sh;h=120f4a29d5ba596de71edd50cb30a6031424eacb;hb=9ff2a20c8040579d9dd7e7f2b892d1e14859f79d;hp=1475815fb5168be31b60f440da3519910e1f94bc;hpb=367ffa99da743bc843db06898a624fe63d76a98d;p=dragonblocks_alpha.git diff --git a/singleplayer.sh b/singleplayer.sh index 1475815..120f4a2 100755 --- a/singleplayer.sh +++ b/singleplayer.sh @@ -1,2 +1,2 @@ #! /bin/bash -./DragonblocksServer 4000 & echo "singleplayer" | ./Dragonblocks localhost 4000; killall DragonblocksServer +./DragonblocksServer "[::1]:4000" & echo "singleplayer" | ./Dragonblocks "[::1]:4000"; killall DragonblocksServer