This commit is contained in:
Lemon
2018-06-03 02:16:42 +05:00
committed by GitHub
parent 57e7fe13cf
commit 4da29d5c9d

View File

@ -24,7 +24,7 @@ public class Command_links extends FreedomCommand
for (String key : values.keySet())
{
if(!(values.get(key) instanceof String))
if (!(values.get(key) instanceof String))
{
continue;
}