mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Corrected a logfile issue (2).
An unload() was missing in the case of a '/we reload' command.
This commit is contained in:
parent
d67e9d970d
commit
dae9c1becf
@ -119,6 +119,7 @@ public class WorldEditPlugin extends JavaPlugin {
|
||||
*/
|
||||
protected void loadConfiguration() {
|
||||
getConfiguration().load();
|
||||
config.unload();
|
||||
config.load();
|
||||
perms.load();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user