forked from Minecraft/QoL
parent
a01d41d143
commit
1e6b917fa2
|
@ -59,7 +59,7 @@ public class CommandPreprocessListener implements Listener {
|
|||
dynmapVisibleStatusMap.put(sender.getUniqueId(), dynmap.getPlayerVisbility(sender.getName()));
|
||||
visibleStatus = false;
|
||||
|
||||
message = "You are now being hidden Dynmap.";
|
||||
message = "You are now being hidden on Dynmap.";
|
||||
|
||||
}
|
||||
else if (dynmapVisibleStatusMap.containsKey(sender.getUniqueId())){
|
||||
|
|
Loading…
Reference in New Issue