From a61ba58c4ac03482cc258c746a2b88be6cc3c2a3 Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 8 Feb 2024 17:54:51 -0300 Subject: [PATCH] chore: removing deprecated channel (#2190) --- data/chatchannels/scripts/loot.lua | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 data/chatchannels/scripts/loot.lua diff --git a/data/chatchannels/scripts/loot.lua b/data/chatchannels/scripts/loot.lua deleted file mode 100644 index 172e6458b44..00000000000 --- a/data/chatchannels/scripts/loot.lua +++ /dev/null @@ -1,7 +0,0 @@ -function canJoin() - return true -end - -function onSpeak() - return false -end