From 73c0c7f2be03cf37d7e2fca8800f4ecbcf1135da Mon Sep 17 00:00:00 2001 From: Gerkiz Date: Thu, 7 Apr 2022 00:16:16 +0200 Subject: [PATCH] remove unused module --- functions/loot_raffle.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/functions/loot_raffle.lua b/functions/loot_raffle.lua index 678ace9b..f1b6c6aa 100644 --- a/functions/loot_raffle.lua +++ b/functions/loot_raffle.lua @@ -6,7 +6,6 @@ blacklist - optional list of item names that can not be rolled. example: {["sub ]] local Public = {} -local table_shuffle_table = table.shuffle_table local table_insert = table.insert local math_random = math.random local math_floor = math.floor