remove more obfhelpers
This commit is contained in:
parent
6c9cd70194
commit
570006ab1e
43 changed files with 130 additions and 550 deletions
|
@ -342,7 +342,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ ListTag list = new ListTag();
|
||||
+ for (Map.Entry<UUID, Long> entry : this.lootedPlayers.entrySet()) {
|
||||
+ CompoundTag cmp = new CompoundTag();
|
||||
+ cmp.setUUID("UUID", entry.getKey());
|
||||
+ cmp.putUUID("UUID", entry.getKey());
|
||||
+ cmp.putLong("Time", entry.getValue());
|
||||
+ list.add(cmp);
|
||||
+ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue