mirror of
https://github.com/Minestom/Minestom.git
synced 2025-01-08 01:17:47 +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;
|
break;
|
||||||
case SET_ACTION_BAR:
|
case SET_ACTION_BAR:
|
||||||
titlePacket.actionBarText = text.toString();
|
titlePacket.actionBarText = text.toString();
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
throw new UnsupportedOperationException("Invalid TitlePacket.Action type!");
|
throw new UnsupportedOperationException("Invalid TitlePacket.Action type!");
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user