From dfe6f08ee911abe26974cd72a10d3a66f68d1d10 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Fri, 24 Oct 2014 13:57:06 +0200 Subject: [PATCH] genPOI: Resolve UUIDs for player spawns too --- overviewer_core/aux_files/genPOI.py | 1 + 1 file changed, 1 insertion(+) diff --git a/overviewer_core/aux_files/genPOI.py b/overviewer_core/aux_files/genPOI.py index 199cfd6..a0a02de 100755 --- a/overviewer_core/aux_files/genPOI.py +++ b/overviewer_core/aux_files/genPOI.py @@ -230,6 +230,7 @@ def handlePlayers(rset, render, worldpath, outputdir): if "SpawnX" in data and dimension == 0: # Spawn position (bed or main spawn) spawn = PlayerDict() + spawn.use_uuid = useUUIDs spawn._name = playername spawn["id"] = "PlayerSpawn" spawn["x"] = data['SpawnX']