mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-09 13:19:25 +01:00
onLoad optional...
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
8117c7771d
commit
9256bcd67e
@ -186,4 +186,8 @@ public abstract class JavaPlugin implements Plugin {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
public void onLoad() {
|
||||
// Empty!
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user