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:
Ian William O'Neill
2019-06-30 13:41:33 +01:00
committed by Ian W. ONeill
parent 608471f30d
commit 50b6c1119f

View File

@@ -13,7 +13,8 @@ public interface ChatTranslationConfig extends Config
name = "Translate incoming Messages",
description = "Would you like to Translate Public Chat?",
position = 0,
group = "Public Chat Translation"
group = "Public Chat Translation",
hidden = true
)
default boolean publicChat()
{