Hidden the Public Chat Translation until a better implementation is added to prevent users from being accidentally locked out by Google.
This commit is contained in:
committed by
Ian W. ONeill
parent
608471f30d
commit
50b6c1119f
@@ -13,7 +13,8 @@ public interface ChatTranslationConfig extends Config
|
|||||||
name = "Translate incoming Messages",
|
name = "Translate incoming Messages",
|
||||||
description = "Would you like to Translate Public Chat?",
|
description = "Would you like to Translate Public Chat?",
|
||||||
position = 0,
|
position = 0,
|
||||||
group = "Public Chat Translation"
|
group = "Public Chat Translation",
|
||||||
|
hidden = true
|
||||||
)
|
)
|
||||||
default boolean publicChat()
|
default boolean publicChat()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user