mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-16 20:41:59 +01:00
Add NONE PasteServiceType
This commit is contained in:
parent
23241572df
commit
52c210f755
@ -22,5 +22,9 @@ public enum PasteServiceType {
|
||||
/**
|
||||
* @see GitHubPasteService
|
||||
*/
|
||||
GITHUB
|
||||
GITHUB,
|
||||
/**
|
||||
* Do not use any paste service.
|
||||
*/
|
||||
NONE
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user