Skip to content

Commit

Permalink
Add 1.20 link
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikoo committed Dec 9, 2023
1 parent 82f96a1 commit 33f3861
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@
import com.lishid.openinv.internal.ISpecialInventory;
import com.lishid.openinv.internal.ISpecialPlayerInventory;
import com.lishid.openinv.util.InventoryAccess;
import java.lang.reflect.Constructor;
import org.bukkit.entity.Player;
import org.bukkit.plugin.Plugin;
import org.jetbrains.annotations.NotNull;

import java.lang.reflect.Constructor;

class InternalAccessor {

private final @NotNull Plugin plugin;
Expand Down Expand Up @@ -66,6 +67,7 @@ public String getReleasesLink() {
case "v1_17_R1", "v1_18_R1" -> "https://github.com/Jikoo/OpenInv/releases/tag/4.1.10";
case "v1_19_R1" -> "https://github.com/Jikoo/OpenInv/releases/tag/4.2.2";
case "v1_18_R2", "v1_19_R2" -> "https://github.com/Jikoo/OpenInv/releases/tag/4.3.0";
case "v1_20_R1" -> "https://github.com/Jikoo/OpenInv/releases/tag/4.4.1";
default -> "https://github.com/Jikoo/OpenInv/releases";
};
}
Expand Down

0 comments on commit 33f3861

Please sign in to comment.