mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 10:56:42 +00:00
Rename uploadAnonymous to upload
This commit is contained in:
@ -170,7 +170,7 @@ public class FaweAPI {
|
||||
* @return The download URL or null
|
||||
*/
|
||||
public static URL upload(final Clipboard clipboard, final ClipboardFormat format) {
|
||||
return format.uploadAnonymous(clipboard);
|
||||
return format.upload(clipboard);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user