Skip to content

Commit

Permalink
chore: Removed forgotten debug prints
Browse files Browse the repository at this point in the history
bruh 💀
  • Loading branch information
phinner committed Jan 15, 2025
1 parent 68d5509 commit e97a7a5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,7 @@ class ImperiumPlugin : AbstractMindustryPlugin() {
}

onEvent<SaveLoadEvent> { _ ->
println("sAve " + Groups.player.size())
Core.app.post {
println("sAve 2" + Groups.player.size())
if (Administration.Config.autoPause.bool() && Groups.player.size() == 0) {
autopause = true
Vars.state.set(GameState.State.paused)
Expand Down

0 comments on commit e97a7a5

Please sign in to comment.