Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
  • Loading branch information
RePixelatedMC committed Jun 1, 2024
1 parent cfc52ed commit 76f7d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/main/java/com/volmit/iris/Iris.java
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,7 @@ public void splash() {
Iris.warn("6GB+ Ram is recommended");
Iris.warn("Process Memory: " + getHardware.getProcessMemory() + " MB");
}
Iris.info("Bukkit version: " + Bukkit.getBukkitVersion());
Iris.info("Bukkit distro: " + Bukkit.getName());
Iris.info("Custom Biomes: " + INMS.get().countCustomBiomes());
setupChecks();
printPacks();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static void BootCheck() {
}
}
// Legacy ServerInfo
String distro = org.bukkit.Bukkit.getName().toLowerCase();
String distro = Bukkit.getName().toLowerCase();
if (
!distro.contains("purpur") &&
!distro.contains("paper") &&
Expand Down

0 comments on commit 76f7d46

Please sign in to comment.