allow fill gui item to be air
instead of printing error on stats failure, just print a warning
This commit is contained in:
@@ -117,7 +117,7 @@ public class Rankup extends JavaPlugin {
|
||||
try {
|
||||
new Stats().init(this);
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
getLogger().warning("Could not connect to stats server");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user