Skip to content

Commit

Permalink
indentation / style
Browse files Browse the repository at this point in the history
  • Loading branch information
nonfreegithub committed Dec 16, 2023
1 parent 76b3161 commit c432d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions technic/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ technic.version = 1.2

technic.sounds = {}
if minetest.get_modpath("default") then
technic.sounds = default
technic.sounds = default
end
if minetest.get_modpath("mcl_sounds") then
technic.sounds = mcl_sounds
technic.sounds = mcl_sounds
end

technic.creative_mode = minetest.settings:get_bool("creative_mode")
Expand Down

0 comments on commit c432d8a

Please sign in to comment.