mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-24 19:25:15 +01:00
Merge remote branch 'upstream/master'
This commit is contained in:
commit
526d5881c7
@ -272,6 +272,8 @@ public class BukkitEventProcessor {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onPlayerChat(PlayerChatEvent event) {
|
public void onPlayerChat(PlayerChatEvent event) {
|
||||||
|
if(event.isCancelled())
|
||||||
|
return;
|
||||||
/* Call listeners */
|
/* Call listeners */
|
||||||
List<Listener> ll = event_handlers.get(event.getType());
|
List<Listener> ll = event_handlers.get(event.getType());
|
||||||
if(ll != null) {
|
if(ll != null) {
|
||||||
|
@ -126,6 +126,7 @@ components:
|
|||||||
type: coord
|
type: coord
|
||||||
label: "Location"
|
label: "Location"
|
||||||
hidey: false
|
hidey: false
|
||||||
|
show-mcr: false
|
||||||
|
|
||||||
#- class: org.dynmap.ClientComponent
|
#- class: org.dynmap.ClientComponent
|
||||||
# type: logo
|
# type: logo
|
||||||
|
Loading…
Reference in New Issue
Block a user