added missing patch step

This commit is contained in:
Space Toad 2011-07-14 11:15:07 +00:00
parent 859a0d1dee
commit f9e5cdc9ab
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
if [ ! -f ../src_base ]; then
cp -r ../src ../src_base
#patch -p0 < minecraft.patch
patch -p0 < minecraft.patch
cp -r ../src ../src_work
else
echo "patch already applied - remove src and src_base and decompile again"