Skip to content

Commit

Permalink
Remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
lBaah authored Oct 29, 2019
1 parent 94fe31f commit b5f329c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spawnConvert.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit b5f329c

Please sign in to comment.