From b5f329ca3248ce8b8abccdbec83402cb8718c02a Mon Sep 17 00:00:00 2001 From: lBaah <40009702+lBaah@users.noreply.github.com> Date: Tue, 29 Oct 2019 03:50:20 -0300 Subject: [PATCH] Remove unused --- spawnConvert.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spawnConvert.py b/spawnConvert.py index dbdd584..36bfc61 100644 --- a/spawnConvert.py +++ b/spawnConvert.py @@ -8,7 +8,6 @@ for child in root: for spawns in child: if spawns.tag == 'npc': #change to monster/nps to get all monster/npc spawns - #i = i + 1 centerx = int(child.get('centerx')) + int(spawns.get('x')) centery = int(child.get('centery')) + int(spawns.get('y')) centerz = int(child.get('centerz'))