Browse Source

[Minor] Fix compatibility with cdb://

tags/2.4
Vsevolod Stakhov 4 years ago
parent
commit
3535e32ecd
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      lualib/lua_maps.lua

+ 1
- 0
lualib/lua_maps.lua View File

{'hash;', 'hash'}, {'hash;', 'hash'},
{'plain;', 'hash'}, {'plain;', 'hash'},
{'cdb;', 'cdb'}, {'cdb;', 'cdb'},
{'cdb:/', 'cdb'},
} }


for _,t in ipairs(known_types) do for _,t in ipairs(known_types) do

Loading…
Cancel
Save