From d6b621b533b4339c6b8255afbb40e75292b14d66 Mon Sep 17 00:00:00 2001 From: Aikar Date: Fri, 18 Mar 2016 01:50:06 -0400 Subject: [PATCH] remove that comment... --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b38c0f94d0..3b5cc2e147 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -#git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./applyPatches.sh +git submodule update --init && ./remap.sh && ./decompile.sh && ./init.sh && ./applyPatches.sh if [ "$1" == "--jar" ]; then mvn clean install && ./paperclip.sh fi