We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdc4942 commit fd8ff82Copy full SHA for fd8ff82
src/main/kotlin/com/mairwunnx/projectessentials/core/EssBase.kt
@@ -41,7 +41,7 @@ abstract class EssBase {
41
fun logBaseInfo() {
42
logger.info(
43
"\n" +
44
- " **** $modName starting initializing ***\n\n" +
+ " **** $modName starting initializing ****\n\n" +
45
" - Mod Id: $modId\n" +
46
" - Version: $modVersion\n" +
47
" - Maintainer: $modMaintainer\n" +
0 commit comments