Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Showing 3 changed files with 144 additions and 3,860 deletions.
4 changes: 2 additions & 2 deletions JET-Paper/src/main/kotlin/de/jet/paper/app/JetApp.kt
Original file line number Diff line number Diff line change
@@ -111,14 +111,14 @@ class JetApp : App() {

// TODO: 19.10.2021 load language files to the lang-folder

debugMode = JetData.debugMode.content

debugLog("DebugMode preference loaded & set from file!")

}

override suspend fun hello() {

debugMode = JetData.debugMode.content

mainLog(
Level.INFO, """
JET is compiled & running with the Kotlin Language made by JetBrains. Special thanks to them!
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ plugins {

allprojects {

version = "1.0-PRE-2"
version = "1.0-PRE-2.1"
group = "de.jet"

repositories {
3,998 changes: 141 additions & 3,857 deletions docs/JET-JavaCord/navigation.html

Large diffs are not rendered by default.

0 comments on commit 69cd96c

Please sign in to comment.