mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
Fix some additional documentation typos
Thanks mrfloris By: md_5 <git@md-5.net>
This commit is contained in:
@@ -113,7 +113,7 @@ public interface Plugin extends TabExecutor {
|
||||
/**
|
||||
* Called after a plugin is loaded but before it has been enabled.
|
||||
* <p>
|
||||
* When mulitple plugins are loaded, the onLoad() for all plugins is
|
||||
* When multiple plugins are loaded, the onLoad() for all plugins is
|
||||
* called before any onEnable() is called.
|
||||
*/
|
||||
public void onLoad();
|
||||
|
Reference in New Issue
Block a user