fix typo for deprecated calls

This commit is contained in:
Vanessa Ezekowitz 2015-08-15 16:04:38 -04:00
parent 7666867b68
commit 5ca9e6e77d
1 changed files with 1 additions and 1 deletions

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 = {}