remove that comment...

This commit is contained in:
Aikar 2016-03-18 01:50:06 -04:00
parent 223cb8b0e1
commit 379ce4072b

View File

@ -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