mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
onLoad optional...
This commit is contained in:
parent
6f9b8479c6
commit
eb534613ac
1 changed files with 4 additions and 0 deletions
|
@ -186,4 +186,8 @@ public abstract class JavaPlugin implements Plugin {
|
|||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
public void onLoad() {
|
||||
// Empty!
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue