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