mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Don't set gson to null on clear
This commit is contained in:
parent
b7003c5142
commit
81aaef2319
@ -65,7 +65,7 @@ public class ExpansionCloudManager {
|
||||
public void clean() {
|
||||
remote.clear();
|
||||
downloading.clear();
|
||||
gson = null;
|
||||
|
||||
}
|
||||
|
||||
public boolean isDownloading(String expansion) {
|
||||
|
Loading…
Reference in New Issue
Block a user