mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2025-03-12 06:32:16 +01:00
Removed RequireNonNull
This commit is contained in:
parent
30857c8a12
commit
08b3cbdb33
@ -1085,8 +1085,8 @@ public class IslandManager {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
player.sendMessage(ChatColor.translateAlternateColorCodes('&',
|
player.sendMessage(ChatColor.translateAlternateColorCodes('&',
|
||||||
Objects.requireNonNull(skyblock.getFileManager().getConfig(new File(skyblock.getDataFolder(), "language.yml"))
|
skyblock.getFileManager().getConfig(new File(skyblock.getDataFolder(), "language.yml"))
|
||||||
.getFileConfiguration().getString("Island.Teleport.Unsafe.Message"))));
|
.getFileConfiguration().getString("Island.Teleport.Unsafe.Message")));
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if (scoreboardManager != null) {
|
if (scoreboardManager != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user