Skip to content

Commit

Permalink
Removed rouge print line
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsimmo committed Dec 9, 2022
1 parent 9a5b9d0 commit 8e6dfc9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ data class GameSettings(
defaultSettings
}

println("Skip air" + data["skip-air"])

return GameSettings(
bombItem = (data["bomb"] as? String?)?.let { Material.matchMaterial(it) } ?: default!!.bombItem,
powerItem = (data["power"] as? String?)?.let { Material.matchMaterial(it)} ?: default!!.powerItem,
Expand Down

0 comments on commit 8e6dfc9

Please sign in to comment.