Removed old code
This commit is contained in:
parent
1434efec25
commit
fb8cad6584
2 changed files with 0 additions and 11 deletions
|
@ -70,16 +70,6 @@ public final class ThemeParkPlus extends JavaPlugin {
|
|||
updateConfig();
|
||||
}
|
||||
|
||||
Bukkit.getLogger().info("[ThemeParkPlus] Checking license...");
|
||||
|
||||
final String license = config.getFile().getString("License");
|
||||
if (config.getFile().contains("License")) {
|
||||
Bukkit.getLogger().info("[ThemeParkPlus] Licence code: " + license);
|
||||
} else {
|
||||
Bukkit.getLogger().severe("[ThemeParkPlus] Licence code unknown! Please change the config.yml!");
|
||||
return;
|
||||
}
|
||||
|
||||
getLogger().info("This copy is bought by %%__USERNAME__%% (%%__USER__%%).");
|
||||
getLogger().info("Validating your purchase...");
|
||||
Verify v = new Verify(this);
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
License: ''
|
||||
AntiFreerun:
|
||||
Enabled: false
|
||||
UpdateChecker:
|
||||
|
|
Reference in a new issue