Renamed sendMessageParsed to msg

This commit is contained in:
Olof Larsson
2011-10-10 13:40:24 +02:00
parent aceeea8b0e
commit 1d44aa0c9c
48 changed files with 191 additions and 191 deletions

View File

@@ -35,11 +35,11 @@ public class CmdLock extends FCommand {
if( p.getLocked())
{
sendMessageParsed("<i>Factions is now locked");
msg("<i>Factions is now locked");
}
else
{
sendMessageParsed("<i>Factions in now unlocked");
msg("<i>Factions in now unlocked");
}
}