From c8f60251797b039832ff2acaf69949f1b78f4502 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Sat, 9 Feb 2019 19:28:14 +0000 Subject: [PATCH] Partner now allows spectator --- modules/ExpGamingCore/Role/config.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/ExpGamingCore/Role/config.lua b/modules/ExpGamingCore/Role/config.lua index 2ffae81a..32e896ea 100644 --- a/modules/ExpGamingCore/Role/config.lua +++ b/modules/ExpGamingCore/Role/config.lua @@ -162,7 +162,8 @@ Role{ tag='[Partner]', group='HiMember', colour={r=140,g=120,b=200}, - allow_afk_kick=true, + allow_afk_kick=false, + is_spectator=true, allow={ ['global-chat']=true, }