Skip to content

Commit b3feacf

Browse files
committed
feat: enable on 1.21.3+
1 parent d470634 commit b3feacf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/java/io/github/thebusybiscuit/mobcapturer/MobCapturer.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ public static Registry getRegistry() {
4545
public void onEnable() {
4646
setInstance(this);
4747

48-
if (MinecraftVersionUtil.isAtLeast(21, 3)) {
49-
getLogger().severe("MobCapturer is not compatible with Minecraft 1.21.3 or higher yet.");
50-
getServer().getPluginManager().disablePlugin(this);
51-
return;
52-
}
48+
// if (MinecraftVersionUtil.isAtLeast(21, 3)) {
49+
// getLogger().severe("MobCapturer is not compatible with Minecraft 1.21.3 or higher yet.");
50+
// getServer().getPluginManager().disablePlugin(this);
51+
// return;
52+
// }
5353

5454
Config cfg = new Config(this);
5555
new Metrics(this, 6672);

0 commit comments

Comments
 (0)