mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2025-09-06 05:17:05 +02:00
Don't set gson to null on clear
This commit is contained in:
@@ -65,7 +65,7 @@ public class ExpansionCloudManager {
|
||||
public void clean() {
|
||||
remote.clear();
|
||||
downloading.clear();
|
||||
gson = null;
|
||||
|
||||
}
|
||||
|
||||
public boolean isDownloading(String expansion) {
|
||||
|
Reference in New Issue
Block a user