hopefully this fixed /invis

This commit is contained in:
Wilee999 2013-05-15 12:03:45 -06:00
parent e82e88f48f
commit b1202c7871

View File

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