mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-27 10:04:03 +00:00
hopefully this fixed /invis
This commit is contained in:
@@ -56,7 +56,7 @@ 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, ", "));
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user