From c2a32cabc5693c8b49ffc45043492ccfd0962ab8 Mon Sep 17 00:00:00 2001 From: William278 Date: Sun, 8 Dec 2024 13:04:17 +0000 Subject: [PATCH] fabric: remove alpha production ready warning. Most folks ignore this messaging anyway and it's stable enough for general use. --- docs/Setup.md | 2 -- .../main/java/net/william278/husksync/FabricHuskSync.java | 8 -------- 2 files changed, 10 deletions(-) diff --git a/docs/Setup.md b/docs/Setup.md index 4873f041..6dc8345a 100644 --- a/docs/Setup.md +++ b/docs/Setup.md @@ -1,5 +1,3 @@ -> **Warning:** Fabric support is currently in beta and is not production ready yet. - This will walk you through installing HuskSync on your network of Spigot or Fabric servers. Please check your server's [[Compatibility]] and download the correct version of HuskSync for your server. diff --git a/fabric/src/main/java/net/william278/husksync/FabricHuskSync.java b/fabric/src/main/java/net/william278/husksync/FabricHuskSync.java index 2989e04a..60ecd00c 100644 --- a/fabric/src/main/java/net/william278/husksync/FabricHuskSync.java +++ b/fabric/src/main/java/net/william278/husksync/FabricHuskSync.java @@ -226,14 +226,6 @@ public class FabricHuskSync implements DedicatedServerModInitializer, HuskSync, // Check for updates this.checkForUpdates(); - log(Level.WARNING, """ - ************** - WARNING: - - HuskSync for Fabric is still in an alpha state and is - not considered production ready. - **************"""); - ModLoadedCallback.EVENT.invoker().post(FabricHuskSyncAPI.getInstance()); }