mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Grammar fix in Command_invis.java
This commit is contained in:
parent
2dd8e00201
commit
adbaf9341d
@ -59,7 +59,7 @@ public class Command_invis extends TFM_Command
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
playerMsg("Invisble players (" + players.size() + "): " + StringUtils.join(players, ", "));
|
playerMsg("Invisible players (" + players.size() + "): " + StringUtils.join(players, ", "));
|
||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user