File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
platform/shared/src/main/kotlin/app/simplecloud/api/platform/shared Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99 `maven- publish`
1010}
1111
12- val baseVersion = " 0.0.6 "
12+ val baseVersion = " 0.0.7 "
1313val commitHash = System .getenv(" COMMIT_HASH" )
1414val timestamp = System .currentTimeMillis() // Temporary to be able to build and publish directly out of fix branch with same commit hash
1515val snapshotVersion = " ${baseVersion} -dev.${timestamp} -${commitHash} "
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments