diff options
| author | Lieuwe <lieuwemo@gmail.com> | 2011-03-18 16:23:08 (GMT) |
|---|---|---|
| committer | Lieuwe <lieuwemo@gmail.com> | 2011-03-18 16:23:08 (GMT) |
| commit | 8b22ca5064d2ea90b1b55d855a8a9b3809fd4137 (patch) | |
| tree | 3f0acd3f2a5c2af0237bd435f3259b09b998a2b4 /src/python | |
| parent | 9c39875ef09d439ef51716dba091188f72977f5e (diff) | |
| download | powder-8b22ca5064d2ea90b1b55d855a8a9b3809fd4137.zip powder-8b22ca5064d2ea90b1b55d855a8a9b3809fd4137.tar.gz | |
no longer crashes on mangled console.py and other python initialisation errors.
Diffstat (limited to 'src/python')
| -rw-r--r-- | src/python/tpt_console.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/tpt_console.py b/src/python/tpt_console.py index b26ecef..6654bad 100644 --- a/src/python/tpt_console.py +++ b/src/python/tpt_console.py @@ -17,7 +17,6 @@ if(DEBUG==False): sys.stdout=logger() sys.stderr=logger() - element={"none":0,"dust":1,"watr":2,"oil":3,"fire":4,"stne":5,"lava":6,"gunp":7, "nitr":8,"clne":9,"gas":10,"plex":11,"goo":12,"icei":13,"metl":14,"sprk":15, "snow":16,"wood":17,"neut":18,"plut":19,"plnt":20,"acid":21,"void":22, |
