Fixed Typo With Focus

This commit is contained in:
Joshua Murphy
2018-11-22 02:16:58 -05:00
parent a59c226747
commit 364a6d28fa
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ public class CmdFocus
FTeamWrapper.updatePrefixes(target.getFaction());
return;
}
myFaction.msg(TL.COMMAND_FOCUS_FOCUSSING, target.getName());
myFaction.msg(TL.COMMAND_FOCUS_FOCUSING, target.getName());
myFaction.setFocused(target.getName());
FTeamWrapper.updatePrefixes(target.getFaction());
}