commit
b40406a00a
@ -13,7 +13,7 @@ You'll need Python 2.6+ and `easy_install`/`pip` at a minimum before getting sta
|
|||||||
Clone MCEdit:
|
Clone MCEdit:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/mcdevs/mcedit
|
git clone https://github.com/mcedit/mcedit
|
||||||
cd mcedit
|
cd mcedit
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
@ -1317,6 +1317,6 @@ if __name__ == "__main__":
|
|||||||
except Exception, e:
|
except Exception, e:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
print("An error occured. Please post the above exception as an issue"
|
print("An error occured. Please post the above exception as an issue"
|
||||||
"on https://github.com/mcdevs/mcedit/issues/new")
|
"on https://github.com/mcedit/mcedit/issues/new")
|
||||||
raw_input("Press ENTER to dismiss...")
|
raw_input("Press ENTER to dismiss...")
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user