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