Clean up linefeed changes...
This commit is contained in:
parent
d41c2ec7a5
commit
352b3ee3b6
1 changed files with 3 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ componentconstructors['chatballoon'] = function(dynmap, configuration) {
|
||||||
if (!playerMarker) {
|
if (!playerMarker) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
if (player.location.world != dynmap.world) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
var popup = me.chatpopups[message.name];
|
var popup = me.chatpopups[message.name];
|
||||||
if (!popup) {
|
if (!popup) {
|
||||||
popup = { lines: [ message.text ] };
|
popup = { lines: [ message.text ] };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue