Properly delete Presets.

Wont delete all of them at the same time.
This commit is contained in:
MistPhizzle 2014-09-07 23:06:50 -04:00
parent 51f78a8fe9
commit a709ee6b53

View file

@ -94,7 +94,7 @@ public class Preset {
} catch (SQLException ex) {
ex.printStackTrace();
}
presets.remove(uuid);
presets.get(uuid).remove(this);
}
public String getName() {