mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 09:42:06 -07:00
Fix typo in PluginBootstrap javadocs (#12821)
This commit is contained in:
@@ -29,7 +29,7 @@ public interface PluginBootstrap {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Called by the server to instantiate your main class.
|
* Called by the server to instantiate your main class.
|
||||||
* Plugins may override this logic to define custom creation logic for said instance, like passing addition
|
* Plugins may override this logic to define custom creation logic for said instance, like passing additional
|
||||||
* constructor arguments.
|
* constructor arguments.
|
||||||
*
|
*
|
||||||
* @param context the server created bootstrap object
|
* @param context the server created bootstrap object
|
||||||
|
Reference in New Issue
Block a user