Skip to content

Commit

Permalink
Added --debug-wm to mcedit.command
Browse files Browse the repository at this point in the history
  • Loading branch information
ezfe committed Mar 13, 2016
1 parent 53df455 commit 6b8d655
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mcedit.command
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ ask() {

cd "$(dirname "$0")"
if ! type "python2" > /dev/null; then
python -B mcedit.py
python -B mcedit.py --debug-wm
else
python2 -B mcedit.py
python2 -B mcedit.py --debug-wm
fi
echo "-------------------------"
if ask "Press R to restart MCEdit, any other key to exit:"; then
Expand Down

0 comments on commit 6b8d655

Please sign in to comment.