From 7affb38e14bb9d2fbd9c6063e38f5dbe23434ba6 Mon Sep 17 00:00:00 2001 From: mathias Date: Fri, 14 Dec 2018 16:42:57 +0200 Subject: [PATCH] Change port --- bin/start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/start b/bin/start index a969800..45b423c 100755 --- a/bin/start +++ b/bin/start @@ -12,7 +12,7 @@ git clone git@notabug.org:kaboom/schematics.git plugins/WorldEdit/schematics/ done' ./tmux new -d -s remote 'while true; do - ssh -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -S none -N -T -R 1337:localhost:25565 play.kaboom.pw + ssh -o ExitOnForwardFailure=yes -o StrictHostKeyChecking=no -S none -N -T -R 31337:localhost:25565 play.kaboom.pw sleep 1 done'