mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 06:38:56 +00:00
Use Java 7 Language Level
This commit is contained in:
@@ -54,7 +54,7 @@ public class DataSave extends BukkitRunnable {
|
||||
}
|
||||
try {
|
||||
cancel();
|
||||
} catch (IllegalStateException e) {
|
||||
} catch (IllegalStateException ignored) {
|
||||
}
|
||||
|
||||
FileConfiguration configFile = new YamlConfiguration();
|
||||
|
||||
Reference in New Issue
Block a user