mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-06 09:33:45 +01:00
Added more Java 8 warnings
This commit is contained in:
parent
09994724db
commit
c8419f4a4a
@ -68,6 +68,7 @@ public abstract class EventUtil {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (PS.get().update != null && Permissions.hasPermission(player, C.PERMISSION_ADMIN_UPDATE) && Settings.Enabled_Components.UPDATER) {
|
if (PS.get().update != null && Permissions.hasPermission(player, C.PERMISSION_ADMIN_UPDATE) && Settings.Enabled_Components.UPDATER) {
|
||||||
|
MainUtil.sendMessage(player,C.CONSOLE_JAVA_OUTDATED_1_8.s());
|
||||||
MainUtil.sendMessage(player, "&6An update for PlotSquared is available: &7/plot update");
|
MainUtil.sendMessage(player, "&6An update for PlotSquared is available: &7/plot update");
|
||||||
}
|
}
|
||||||
final Plot plot = player.getCurrentPlot();
|
final Plot plot = player.getCurrentPlot();
|
||||||
|
Loading…
Reference in New Issue
Block a user