mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-02-25 00:41:43 +01:00
onLoad = decent... Needless spam in console due to lack of the
function within a plugin which doesn't utilize onLoad() = not so fun
This commit is contained in:
parent
a4aae6d47f
commit
3b79634352
@ -327,6 +327,12 @@ public class MultiVerseCore extends JavaPlugin {
|
||||
return ph;
|
||||
}
|
||||
|
||||
/**
|
||||
* This fires before plugins get Enabled... Not needed but saves Console Spam.
|
||||
*/
|
||||
public void onLoad() {
|
||||
}
|
||||
|
||||
/**
|
||||
* onCommand
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user