Skip to content

Commit

Permalink
I do not wish to incur his anger.
Browse files Browse the repository at this point in the history
  • Loading branch information
buthed010203 authored Jan 4, 2024
1 parent fa9f2de commit b385235
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions core/src/mindustry/client/Commands.kt
Original file line number Diff line number Diff line change
Expand Up @@ -824,18 +824,6 @@ fun setupCommands() {
val first = switchTo!!.removeFirst() as Host
NetClient.connect(first.address, first.port)
}

register("fog [h]", "Yeets fog for viewing pleasure") { args, _ ->
state.rules.fog = false
state.rules.staticFog = false
if (args.any()) {
state.rules.limitX = 0
state.rules.limitY = 0
state.rules.limitWidth = world.width()
state.rules.limitHeight = world.height()
}
renderer.updateAllDarkness()
}
}
}

Expand Down

0 comments on commit b385235

Please sign in to comment.