This commit is contained in:
Lemon 2018-06-03 02:16:42 +05:00 committed by GitHub
parent 57e7fe13cf
commit 4da29d5c9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;
}