From 379ce4072b9f9af2012bf704e2e6984389d4ef23 Mon Sep 17 00:00:00 2001
From: Aikar <aikar@aikar.co>
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