Add customizable login messages

This commit is contained in:
2022-11-26 04:24:12 -06:00
parent dbbaf4ab70
commit f3f7daaafb
7 changed files with 176 additions and 8 deletions

View File

@ -185,7 +185,7 @@ public class PlexUtils implements PlexBase
{
try
{
return ((TextComponent) component).content();
return ((TextComponent)component).content();
}
catch (Exception e)
{