mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Add break for DisguiseType switch statement
This commit is contained in:
parent
ad47108567
commit
67e9aec7d1
1 changed files with 3 additions and 0 deletions
|
@ -143,10 +143,13 @@ public enum DisguiseType {
|
|||
switch (i) {
|
||||
case 0:
|
||||
entityId = value;
|
||||
break;
|
||||
case 1:
|
||||
defaultId = value;
|
||||
break;
|
||||
case 2:
|
||||
defaultData = value;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue