mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 19:50:30 +00:00
Fixed a missing break in a switch statement
This commit is contained in:
parent
15b4d2cbfb
commit
e19af33a47
1 changed files with 1 additions and 0 deletions
|
@ -436,6 +436,7 @@ public class LibsDisguises extends JavaPlugin {
|
|||
break;
|
||||
case MAGMA_CUBE:
|
||||
name = "Slime";
|
||||
break;
|
||||
default:
|
||||
name = toReadable(disguiseType.name());
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue