mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 10:36:06 +01:00
Disabled github paste service.
This commit is contained in:
parent
564a7d3684
commit
4c9d108f08
@ -163,9 +163,6 @@ public class VersionCommand extends MultiverseCommand {
|
||||
if (args.get(0).equalsIgnoreCase("-b")) {
|
||||
// private post to pastebin
|
||||
pasteUrl = postToService(PasteServiceType.PASTEBIN, true, data, files);
|
||||
} else if (args.get(0).equalsIgnoreCase("-g")) {
|
||||
// private post to github
|
||||
pasteUrl = postToService(PasteServiceType.GITHUB, true, data, files);
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user