Skip to content

File tree

1 file changed

+1
-1
lines changed
  • worldedit-bukkit/adapters/adapter-1_21_6/src/main/java/com/sk89q/worldedit/bukkit/adapter/ext/fawe/v1_21_6

1 file changed

+1
-1
lines changed

worldedit-bukkit/adapters/adapter-1_21_6/src/main/java/com/sk89q/worldedit/bukkit/adapter/ext/fawe/v1_21_6/PaperweightAdapter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ public PaperweightAdapter() throws NoSuchFieldException, NoSuchMethodException {
220220
CraftServer.class.cast(Bukkit.getServer());
221221

222222
int dataVersion = SharedConstants.getCurrentVersion().dataVersion().version();
223-
if (dataVersion != Constants.DATA_VERSION_MC_1_21_6 && dataVersion != Constants.DATA_VERSION_MC_1_21_7) {
223+
if (dataVersion != Constants.DATA_VERSION_MC_1_21_6 && dataVersion != Constants.DATA_VERSION_MC_1_21_7 && dataVersion != Constants.DATA_VERSION_MC_1_21_8) {
224224
logger.warning(WRONG_VERSION);
225225
}
226226

0 commit comments

Comments
 (0)