Skip to content

Commit 36996ce

Browse files
fix: player count debug
1 parent b7deffb commit 36996ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
`maven-publish`
1010
}
1111

12-
val baseVersion = "0.0.6"
12+
val baseVersion = "0.0.7"
1313
val commitHash = System.getenv("COMMIT_HASH")
1414
val timestamp = System.currentTimeMillis() // Temporary to be able to build and publish directly out of fix branch with same commit hash
1515
val snapshotVersion = "${baseVersion}-dev.${timestamp}-${commitHash}"

platform/shared/src/main/kotlin/app/simplecloud/api/platform/shared/PlayerSynchronizer.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class PlayerSynchronizer(
2929
playerCount = getCurrentOnlineCount()
3030
)
3131
controllerApi.getServers().updateServer(currentServer)
32-
println("Updated server player count to ${currentServer.playerCount}")
3332
}
3433
}
3534

0 commit comments

Comments
 (0)