s
This commit is contained in:
parent
31ce95aa76
commit
3486a1c36b
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class RW extends JavaPlugin {
|
||||||
Bukkit.getPluginManager().disablePlugin(this);
|
Bukkit.getPluginManager().disablePlugin(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
Provider provider = null;
|
Provider provider;
|
||||||
if (choice == "openweathermap") {
|
if (choice == "openweathermap") {
|
||||||
Bukkit.getLogger().info("Using OpenWeatherMap as the weather provider");
|
Bukkit.getLogger().info("Using OpenWeatherMap as the weather provider");
|
||||||
provider = new OpenWeatherMapProvider( providerCfg.getString("apiKey") );
|
provider = new OpenWeatherMapProvider( providerCfg.getString("apiKey") );
|
||||||
|
|
Loading…
Reference in a new issue