mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-24 17:47:40 +01:00
Merge pull request #3480 from terinjokes/patches/set-sign-lines
fix: explicitly set sign lines
This commit is contained in:
commit
991361c15e
@ -398,6 +398,10 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
||||
if(p != null) dp = new BukkitPlayer(p);
|
||||
core.listenerManager.processSignChangeEvent(EventType.SIGN_CHANGE, b.getType().name(),
|
||||
getWorld(l.getWorld()).getName(), l.getBlockX(), l.getBlockY(), l.getBlockZ(), lines, dp);
|
||||
|
||||
for (int i = 0; i < 4; i++) {
|
||||
evt.setLine(i, lines[i]);
|
||||
}
|
||||
}
|
||||
}, DynmapPlugin.this);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user