mirror of
https://github.com/essentials/Essentials.git
synced 2025-10-03 01:21:56 +02:00
The state machine now handles both manual updating and installation.
This commit is contained in:
@@ -71,12 +71,12 @@ public class UpdateCheck
|
||||
return result;
|
||||
}
|
||||
|
||||
int getNewBukkitVersion()
|
||||
public int getNewBukkitVersion()
|
||||
{
|
||||
return bukkitResult;
|
||||
}
|
||||
|
||||
VersionInfo getNewVersionInfo()
|
||||
public VersionInfo getNewVersionInfo()
|
||||
{
|
||||
return updateFile.getVersions().get(newVersion);
|
||||
}
|
||||
|
Reference in New Issue
Block a user