Skip to content
This repository was archived by the owner on Apr 9, 2024. It is now read-only.

Commit 2b7053c

Browse files
committed
Don't clear caches on reload
1 parent 8d81367 commit 2b7053c

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

core/src/main/java/ch/andre601/advancedserverlist/core/commands/CommandHandler.java

+1-7
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public void handle(CmdSender sender){
7878
sender.sendMsg();
7979
sender.sendMsg("<aqua>/asl <white>help <grey>- Shows this help");
8080
sender.sendMsg();
81-
sender.sendMsg("<aqua>/asl <white>reload <grey>- Reloads the plugin and clears caches");
81+
sender.sendMsg("<aqua>/asl <white>reload <grey>- Reloads the config.yml and profiles");
8282
sender.sendMsg();
8383
sender.sendMsg("<aqua>/asl <white>clearCache <grey>- Clears the Player and Favicon cache");
8484
}
@@ -110,12 +110,6 @@ public void handle(CmdSender sender){
110110
sender.sendErrorMsg("<red>Error while loading profile(s)!");
111111
}
112112

113-
core.clearFaviconCache();
114-
sender.sendPrefixedMsg("<green>Successfully cleared Favicon Cache!");
115-
116-
core.clearPlayerCache();
117-
sender.sendPrefixedMsg("<green>Successfully cleared Player Cache!");
118-
119113
sender.sendPrefixedMsg("<green>Reload complete!");
120114
}
121115
}

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3939
<project.build.commit/>
4040

41-
<plugin.version>3.3.0-b1</plugin.version>
41+
<plugin.version>3.3.0</plugin.version>
4242
<plugin.description>Create multiple Server lists based on conditions.</plugin.description>
4343

4444
<api.version>v3.0.0</api.version>

0 commit comments

Comments
 (0)