0

genPOI: expose uuid value for filter functions

Fixes #1345.
This commit is contained in:
Nicolas F
2016-12-06 15:28:53 +01:00
parent 54b93754c7
commit c49990f18b

View File

@@ -307,6 +307,8 @@ def handlePlayers(worldpath, filters, markers):
if isSinglePlayer: if isSinglePlayer:
playername = 'Player' playername = 'Player'
data._name = playername data._name = playername
if useUUIDs:
data['uuid'] = playername
# Position at last logout # Position at last logout
data['id'] = "Player" data['id'] = "Player"