mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2024-12-02 13:33:31 +01:00
Added missing break keywords in BukkitAdapter
This commit is contained in:
parent
bdde2d36be
commit
36ad62007f
@ -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…
Reference in New Issue
Block a user