mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 15:17:59 +01:00
Fix whitespace
This commit is contained in:
parent
012cc2aee3
commit
ec151ad092
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class UnicopiaTrinket implements Trinket {
|
|||
}
|
||||
|
||||
if (stack.getItem() instanceof Equipment q) {
|
||||
entity.playSound( q.getEquipSound(), 1, 1);
|
||||
entity.playSound(q.getEquipSound(), 1, 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue