mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-08-01 10:13:01 +00:00
more h
This commit is contained in:
parent
57e7fe13cf
commit
4da29d5c9d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue