Advertisement
Guest User

Untitled

a guest
Sep 15th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Creating options for <module 'AddPotionEffect' from '/home/parabyte/Mcedit/mcedit/filters/AddPotionEffect.pyc'>
  2. Creating options for <module 'tomtsschem' from '/home/parabyte/Mcedit/mcedit/filters/tomtsschem.pyc'>
  3. Traceback (most recent call last):
  4. File "/home/parabyte/Mcedit/mcedit/editortools/filter.py", line 32, in _func
  5. func(*args, **kw)
  6. File "/home/parabyte/Mcedit/mcedit/editortools/filter.py", line 407, in confirm
  7. self.editor.addOperation(op)
  8. File "/home/parabyte/Mcedit/mcedit/leveleditor.py", line 3382, in addOperation
  9. self.performWithRetry(op)
  10. File "/home/parabyte/Mcedit/mcedit/leveleditor.py", line 3388, in performWithRetry
  11. op.perform(self.recordUndo)
  12. File "/home/parabyte/Mcedit/mcedit/editortools/filter.py", line 315, in perform
  13. self.undoLevel = self.extractUndo(self.level, self.box)
  14. File "/home/parabyte/Mcedit/mcedit/editortools/operation.py", line 33, in extractUndo
  15. return self.extractUndoChunks(level, box.chunkPositions, box.chunkCount)
  16. File "/home/parabyte/Mcedit/mcedit/editortools/operation.py", line 63, in extractUndoChunks
  17. raise Can
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement