mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Properly delete Presets.
Wont delete all of them at the same time.
This commit is contained in:
parent
51f78a8fe9
commit
a709ee6b53
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ public class Preset {
|
|||
} catch (SQLException ex) {
|
||||
ex.printStackTrace();
|
||||
}
|
||||
presets.remove(uuid);
|
||||
presets.get(uuid).remove(this);
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
|
|
Loading…
Reference in a new issue