Added missing break keywords in BukkitAdapter
This commit is contained in:
parent
bdde2d36be
commit
36ad62007f
1 changed files with 2 additions and 0 deletions
|
|
@ -56,9 +56,11 @@ public class BukkitAdapter implements BukkitInterface {
|
||||||
break;
|
break;
|
||||||
case BUKKIT_V1_19:
|
case BUKKIT_V1_19:
|
||||||
BukkitAdapter.ADAPTER = new Bukkit_v1_19();
|
BukkitAdapter.ADAPTER = new Bukkit_v1_19();
|
||||||
|
break;
|
||||||
case BUKKIT_V1_20:
|
case BUKKIT_V1_20:
|
||||||
default:
|
default:
|
||||||
BukkitAdapter.ADAPTER = new Bukkit_v1_20();
|
BukkitAdapter.ADAPTER = new Bukkit_v1_20();
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue