Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-10 05:20:04 +01:00
Corrected a logfile issue (2).
An unload() was missing in the case of a '/we reload' command.
Dieser Commit ist enthalten in:
Ursprung
d67e9d970d
Commit
dae9c1becf
@ -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();
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren