From c99d8f0f1ba632a18fce22e4d08699d7012a5ca2 Mon Sep 17 00:00:00 2001 From: chmodsayshello Date: Sun, 17 Dec 2023 15:20:32 +0100 Subject: [PATCH] remove test selector_func --- mods/PLAYER/mcl_skins/list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/PLAYER/mcl_skins/list.json b/mods/PLAYER/mcl_skins/list.json index 6c10e3d53..2d4df05c4 100644 --- a/mods/PLAYER/mcl_skins/list.json +++ b/mods/PLAYER/mcl_skins/list.json @@ -292,6 +292,6 @@ "type": "cape", "name": "mclcape", "mask": "mclcape_body.png", - "selector_func" : "return function (player) local playername = player:get_player_name() local maintainers_and_devs = {mcl_credits.people[1][3], mcl_credits.people[2][3], mcl_credits.people[3][3], mcl_credits.people[4][3], mcl_credits.people[5][3], mcl_credits.people[6][3]} for _, array in pairs(maintainers_and_devs) do for _, name in pairs(array) do if name == playername then return true end end end return false end" + "selector_func" : null } ]