mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-08 07:27:39 +01:00
Removed debug message
This commit is contained in:
parent
1ce86e4861
commit
0245427063
@ -145,7 +145,6 @@ public class StatManager {
|
||||
ItemStat<?, ?> stat = stats.getOrDefault(id, null);
|
||||
if (stat == null) {
|
||||
stat = numeric.stream().filter(doubleStat -> doubleStat.getId().equals(id)).findFirst().orElse(null);
|
||||
if (stat != null) System.out.println("Found numeric for " + stat);
|
||||
}
|
||||
return stat;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user