Fixed 'unknown command' being shown after fullrender.
This commit is contained in:
parent
f3a1d53277
commit
d5d737d385
1 changed files with 1 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ public class DynmapPlayerListener extends PlayerListener {
|
|||
} else if (split[1].equals("fullrender")) {
|
||||
Player player = event.getPlayer();
|
||||
mgr.renderFullWorld(player.getLocation());
|
||||
event.setCancelled(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue