0

Improved marker titles and newlines

Primarily for browsers that don't render newlines in tooltips.
Thanks to ben0x539
This commit is contained in:
Andrew Chin
2010-12-11 20:13:19 -05:00
parent 97c58212c3
commit fcbff8af2a
3 changed files with 5 additions and 5 deletions

View File

@@ -663,7 +663,7 @@ class ChunkRenderer(object):
x= entity['x'],
y= entity['y'],
z= entity['z'],
msg="%s\n%s\n%s\n%s" %
msg="%s \n%s \n%s \n%s" %
(entity['Text1'], entity['Text2'], entity['Text3'], entity['Text4']),
chunk= (self.chunkX, self.chunkY),
)