mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-27 19:24:44 +02:00
Move Updater to independent package due to custom changes being overwritten by other plugins using the updater.
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* This class provides the means to safely and easily update a plugin, or check to see if it is updated using dev.bukkit.org
|
||||
*/
|
||||
|
||||
package net.h31ix.updater;
|
||||
package net.h31ix.updater.mcmmo;
|
||||
|
||||
import javax.xml.stream.XMLEventReader;
|
||||
import javax.xml.stream.XMLInputFactory;
|
Reference in New Issue
Block a user