mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-12-04 21:01:02 -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,
|
NEUTRAL,
|
||||||
PLAYER,
|
PLAYER,
|
||||||
AMBIENT,
|
AMBIENT,
|
||||||
VOICE;
|
VOICE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue