mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-08 17:07:38 +00:00
Fixed raw class usage in DistrFilter
This commit is contained in:
parent
b599769f8c
commit
930b9b07d5
@ -95,7 +95,7 @@ public class DistrFilter extends ForkedFilter<DistrFilter> {
|
||||
}
|
||||
|
||||
public void print(Actor actor, long size) {
|
||||
for (Countable c : getDistribution()) {
|
||||
for (Countable<BlockState> c : getDistribution()) {
|
||||
final String name = c.getID().toString();
|
||||
final String str = String.format("%-7s (%.3f%%) %s",
|
||||
c.getAmount(),
|
||||
|
Loading…
Reference in New Issue
Block a user