diff --git a/editortools/player.py b/editortools/player.py index f436301..aa1ca97 100644 --- a/editortools/player.py +++ b/editortools/player.py @@ -20,7 +20,7 @@ from pymclevel.box import FloatBox class PlayerMoveOperation(Operation): undoPos = None - def __init__(self, tool, pos, player="Player", yp = (None, None)): + def __init__(self, tool, pos, player="Player", yp=(None, None)): self.tool, self.pos = tool, pos self.yp = yp self.player = player