mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 12:51:09 -05:00
Remove SoundCategory's useless semicolon
This commit is contained in:
parent
cf2282a0be
commit
820da1d459
1 changed files with 1 additions and 1 deletions
|
@ -10,5 +10,5 @@ public enum SoundCategory {
|
|||
NEUTRAL,
|
||||
PLAYER,
|
||||
AMBIENT,
|
||||
VOICE;
|
||||
VOICE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue