1
0
mirror of https://github.com/mt-mods/biome_lib.git synced 2025-01-12 19:10:31 +01:00

fix typo for deprecated calls

This commit is contained in:
Vanessa Ezekowitz 2015-08-15 16:04:38 -04:00
parent 7666867b68
commit 5ca9e6e77d

View File

@ -10,7 +10,7 @@
biome_lib = {}
plantslib = setmetatable({}, { __index=function(t,k) print("Use of deprecated function:", k) return biomes_lib[k] end })
plantslib = setmetatable({}, { __index=function(t,k) print("Use of deprecated function:", k) return biome_lib[k] end })
biome_lib.blocklist_aircheck = {}
biome_lib.blocklist_no_aircheck = {}