mirror of
https://github.com/WiIIiam278/HuskSync.git
synced 2025-12-19 14:59:21 +00:00
fabric: remove alpha production ready warning.
Most folks ignore this messaging anyway and it's stable enough for general use.
This commit is contained in:
@@ -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.
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -226,14 +226,6 @@ public class FabricHuskSync implements DedicatedServerModInitializer, HuskSync,
|
|||||||
// Check for updates
|
// Check for updates
|
||||||
this.checkForUpdates();
|
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());
|
ModLoadedCallback.EVENT.invoker().post(FabricHuskSyncAPI.getInstance());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user