mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-31 10:34:03 +00:00
Corrected a logfile issue (2).
An unload() was missing in the case of a '/we reload' command.
This commit is contained in:
@@ -119,6 +119,7 @@ public class WorldEditPlugin extends JavaPlugin {
|
|||||||
*/
|
*/
|
||||||
protected void loadConfiguration() {
|
protected void loadConfiguration() {
|
||||||
getConfiguration().load();
|
getConfiguration().load();
|
||||||
|
config.unload();
|
||||||
config.load();
|
config.load();
|
||||||
perms.load();
|
perms.load();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user