mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-02-06 07:21:29 +01:00
Another Cleanup
This commit is contained in:
parent
fe54f81b84
commit
ef24c160ad
@ -200,7 +200,7 @@ public class Citizens extends JavaPlugin {
|
||||
});
|
||||
}
|
||||
metrics.start();
|
||||
} catch (IOException e) {
|
||||
} catch (IOException ex) {
|
||||
Messaging.log("Unable to load metrics");
|
||||
}
|
||||
}
|
||||
|
@ -27,7 +27,7 @@ public class CitizensCharacterManager implements CharacterManager {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
}
|
||||
public Iterable getRegistered(){
|
||||
return (Iterable) registered;
|
||||
public Iterable<Character> getRegistered(){
|
||||
return registered.values();
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user