mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-06 16:37:38 +01:00
Add missing break statement
This commit is contained in:
parent
2db810bafa
commit
18f9341c55
@ -703,6 +703,7 @@ public class Player extends LivingEntity implements CommandSender {
|
||||
break;
|
||||
case SET_ACTION_BAR:
|
||||
titlePacket.actionBarText = text.toString();
|
||||
break;
|
||||
default:
|
||||
throw new UnsupportedOperationException("Invalid TitlePacket.Action type!");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user