9
0
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:
William278
2024-12-08 13:04:17 +00:00
parent 07f06aac68
commit c2a32cabc5
2 changed files with 0 additions and 10 deletions

View File

@@ -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());
}