Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-05 11:00:05 +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() {
|
||||
getConfiguration().load();
|
||||
config.unload();
|
||||
config.load();
|
||||
perms.load();
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren