mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 11:18:57 +00:00
Use Java 7 Language Level
This commit is contained in:
@@ -14,6 +14,7 @@ public class ReadOldData extends BukkitRunnable {
|
||||
public FileConfiguration data;
|
||||
public boolean done = false;
|
||||
|
||||
@SuppressWarnings("ResultOfMethodCallIgnored")
|
||||
@Override
|
||||
public void run() {
|
||||
File datafile = new File(P.p.getDataFolder(), "data.yml");
|
||||
|
||||
Reference in New Issue
Block a user