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 ccd724f commit ee55173Copy full SHA for ee55173
gradle.properties
@@ -2,7 +2,7 @@ kotlin.code.style=official
2
org.gradle.jvmargs=-Xmx2G
3
4
# Mod Properties
5
-modVersion = 1.3.14
+modVersion = 1.3.15
6
mavenGroup = com.github.quiltservertools
7
modId = ledger
8
modName = Ledger
src/main/kotlin/com/github/quiltservertools/ledger/database/DatabaseManager.kt
@@ -139,7 +139,6 @@ object DatabaseManager {
139
cache.sourceKeys.put(it.name, it.id.value)
140
}
141
Tables.Player.all().forEach {
142
- print(it)
143
cache.playerKeys.put(it.playerId, it.id.value)
144
145
0 commit comments