From c13728cf3947ab8fddf6509839fdfd1174bfcc0a Mon Sep 17 00:00:00 2001 From: Lixfel Date: Thu, 4 Aug 2022 16:55:39 +0200 Subject: [PATCH] Add ignore --- CommonCore | 2 +- SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CommonCore b/CommonCore index 21e77c5..47bd9af 160000 --- a/CommonCore +++ b/CommonCore @@ -1 +1 @@ -Subproject commit 21e77c55f023261d3a63d5c6200d28b2f6f6fc4c +Subproject commit 47bd9af03eb987f94777f3b13f6ae6c30f153393 diff --git a/SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java b/SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java index 7486d40..6920b0f 100644 --- a/SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java +++ b/SpigotCore_Main/src/de/steamwar/core/ErrorHandler.java @@ -145,6 +145,7 @@ public class ErrorHandler extends Handler { startsWith.add("Custom worlds heights are NOT SUPPORTED for 1.16 players and older"); startsWith.add("You have min/max set to -64/384"); startsWith.add("You have min/max set to -64/256"); + startsWith.add("This version of ViaBackwards does not fully support 1.19 servers."); startsWith.add("Biome with id"); ignoreStartsWith = Collections.unmodifiableList(startsWith);