javadoc fix

This commit is contained in:
Frank 2021-12-04 11:01:40 +01:00
parent bf1b3917f4
commit 30df35be08

View file

@ -88,8 +88,7 @@ public class LifeCycleAPI {
}
/**
* For internal use, You should not call this method!
* @param src
* For internal use, You should not call this method!
*/
public static void _runBeforeLevelLoad(){
beforeLoadLevel.forEach(c -> c.beforeLoad());