Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxionary committed Mar 15, 2020
1 parent 0d9c464 commit e14846a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion space_asteroids.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if otherworlds.settings.space_asteroids.enable then
c_copperore = minetest.get_content_id("default:stone_with_copper"),
c_goldore = minetest.get_content_id("default:stone_with_gold"),
c_diamondore = minetest.get_content_id("default:stone_with_diamond"),
c_meseore = minetest.get_content_id("default:stone_with_messe"),
c_meseore = minetest.get_content_id("default:stone_with_mese"),
c_waterice = minetest.get_content_id("default:ice"),
c_atmos = minetest.get_content_id("asteroid:atmos"),
c_snowblock = minetest.get_content_id("default:snowblock"),
Expand Down

0 comments on commit e14846a

Please sign in to comment.