javadoc fix

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

View file

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