mirror of
https://github.com/TotalFreedomMC/TotalFreedomMod.git
synced 2025-07-30 17:31:53 +00:00
hopefully this fixed /invis
This commit is contained in:
parent
e82e88f48f
commit
b1202c7871
1 changed files with 2 additions and 2 deletions
|
@ -56,10 +56,10 @@ public class Command_invis extends TFM_Command {
|
|||
}
|
||||
else
|
||||
{
|
||||
TFM_Util.playerMsg(sender, "Invisble players (" + players.size() + "): " + StringUtils.join(players, ","));
|
||||
TFM_Util.playerMsg(sender, "Invisble players (" + players.size() + "): " + StringUtils.join(players, ", "));
|
||||
}
|
||||
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue