Revert "WIP: Access method for commands"

This reverts commit 9c6cc187f2.
This commit is contained in:
ProSavage
2018-09-08 17:28:09 -05:00
parent 9a773702eb
commit 90ae1822bc
21 changed files with 66 additions and 111 deletions

View File

@@ -22,7 +22,6 @@ public class CmdInspect extends FCommand {
@Override
public void perform() {
// Who can inspect?
if (fme.isInspectMode()) {
fme.setInspectMode(false);
msg(TL.COMMAND_INSPECT_DISABLED_MSG);