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 14:23:43 +01:00
committed by Ian W. ONeill
parent 50b6c1119f
commit 08134881e8

View File

@@ -27,8 +27,8 @@ public interface ChatTranslationConfig extends Config
description = "Language to translate messages too.",
position = 1,
group = "Public Chat Translation",
hidden = true,
unhide = "publicChat"
hidden = true
// unhide = "publicChat"
)
default Languages publicTargetLanguage()
{