diff --git a/src/main/kotlin/net/taehui/twilight/system/DB.kt b/src/main/kotlin/net/taehui/twilight/system/DB.kt index 0e756d2..d36540a 100644 --- a/src/main/kotlin/net/taehui/twilight/system/DB.kt +++ b/src/main/kotlin/net/taehui/twilight/system/DB.kt @@ -794,7 +794,7 @@ pool.connection.use { it.prepareStatement( """ - SELECT Auto_Mode, Judgment_Mode, Hit_Points_Mode, Long_Note_Mode, Input_Favor_Mode, Note_Modify_Mode, Lowest_Audio_Multiplier, Avatar, Note_ID, Hit_Points_Mode, Is_Band1 + SELECT Auto_Mode, Judgment_Mode, Hit_Points_Mode, Long_Note_Mode, Input_Favor_Mode, Note_Modify_Mode, Lowest_Audio_Multiplier, Avatar, Note_ID, Hit_Points_Mode, Is_Band1, Point FROM tw_comment WHERE Avatar > "" """.trimIndent() diff --git a/src/main/kotlin/net/taehui/twilight/system/IO.kt b/src/main/kotlin/net/taehui/twilight/system/IO.kt index 096e71e..aa621f9 100644 --- a/src/main/kotlin/net/taehui/twilight/system/IO.kt +++ b/src/main/kotlin/net/taehui/twilight/system/IO.kt @@ -501,17 +501,17 @@ } else -> { - logInfo("[avatar: Handle Avatars") - logInfo("[awilight: Handle Awilights") - logInfo("[bundle: Handle Bundles") - logInfo("[comment: Handle Comments") - logInfo("[future: View Futures") - logInfo("[note: Handle Notes") - logInfo("[pause: Pause Twilight") - logInfo("[platform: Handle Platform") - logInfo("[site: Handle Sites") - logInfo("[tv: Handle TV") - logInfo("[stop: Stop Twilight") + logInfo("avatar: Handle Avatars") + logInfo("awilight: Handle Awilights") + logInfo("bundle: Handle Bundles") + logInfo("comment: Handle Comments") + logInfo("future: View Futures") + logInfo("note: Handle Notes") + logInfo("pause: Pause Twilight") + logInfo("platform: Handle Platform") + logInfo("site: Handle Sites") + logInfo("tv: Handle TV") + logInfo("stop: Stop Twilight") } } }