mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-03 03:46:42 +00:00
Pass the exception converter through more.
This commit is contained in:
committed by
IronApollo
parent
9c3964d330
commit
d80ac24c63
@ -203,7 +203,7 @@ public class WorldEditCommands {
|
||||
@CommandPermissions("worldedit.debugpaste")
|
||||
public void debugpaste(Actor actor) throws WorldEditException, IOException {
|
||||
// BBC.DOWNLOAD_LINK.send(actor, HastebinUtility.debugPaste());
|
||||
ActorCallbackPaste.pastebin(we.getSupervisor(), actor, null, "FastAsyncWorldEdit report: " + BBC.DOWNLOAD_LINK);
|
||||
ActorCallbackPaste.pastebin(we.getSupervisor(), actor, null, "FastAsyncWorldEdit report: " + BBC.DOWNLOAD_LINK, WorldEdit.getInstance().getPlatformManager().getCommandManager().getExceptionConverter());
|
||||
}
|
||||
|
||||
@Command(
|
||||
|
Reference in New Issue
Block a user