mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 13:15:30 +01:00
Add log messages for completion of disable - know that we're out of the picture
This commit is contained in:
parent
84f62ade86
commit
0925212a70
@ -400,6 +400,8 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
||||
|
||||
/* Register our update trigger events */
|
||||
registerEvents();
|
||||
|
||||
Log.info("Enabled");
|
||||
}
|
||||
|
||||
@Override
|
||||
@ -413,6 +415,7 @@ public class DynmapPlugin extends JavaPlugin implements DynmapAPI {
|
||||
sscache.cleanup();
|
||||
sscache = null;
|
||||
}
|
||||
Log.info("Disabled");
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user