1.1-RELEASECANDIDATE-2

Scoreboard bug fixed
inspect message disable fixed
This commit is contained in:
Naman
2018-04-13 21:31:37 -05:00
parent e36927db9f
commit 175a4a6a12
3 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ public class CmdInspect extends FCommand
public void perform(){
if (fme.isInspectMode()){
fme.setInspectMode(false);
msg(TL.COMMAND_INSPECT_DISABLED);
msg(TL.COMMAND_INSPECT_DISABLED_MSG);
} else {
fme.setInspectMode(true);
msg(TL.COMMAND_INSPECT_ENABLED);