Fix syntax error in mcl_inventory

This commit is contained in:
Elias Fleckenstein 2021-04-19 19:12:32 +02:00
parent ca74f23094
commit 4c25091430
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ local players = {}
-- Containing all the items for each Creative Mode tab
local inventory_lists = {}
+local mod_player = minetest.get_modpath("mcl_player") ~= nil
local mod_player = minetest.get_modpath("mcl_player") ~= nil
-- Create tables
local builtin_filter_ids = {"blocks","deco","redstone","rail","food","tools","combat","mobs","brew","matr","misc","all"}