mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-19 16:55:11 +01:00
Clean up linefeed changes...
This commit is contained in:
parent
864d815bc4
commit
dc74901638
@ -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…
Reference in New Issue
Block a user