Grammar fix in Command_invis.java

This commit is contained in:
Revalation 2015-04-30 21:04:50 -04:00 committed by Jerom van der Sar
parent 2dd8e00201
commit adbaf9341d

View file

@ -59,7 +59,7 @@ public class Command_invis extends TFM_Command
}
else
{
playerMsg("Invisble players (" + players.size() + "): " + StringUtils.join(players, ", "));
playerMsg("Invisible players (" + players.size() + "): " + StringUtils.join(players, ", "));
}
return true;