Przeglądaj źródła

Rename paramMode to parameterMode

ApisNecros 1 rok temu
rodzic
commit
538c41079e
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      IntComp/Computer.js

+ 1 - 1
IntComp/Computer.js

@@ -16,7 +16,7 @@ module.exports = class Computer {
             HALT: 99,
         };
 
-        this.paramMode = ComputerParameterMode.POSITION_MODE;
+        this.parameterMode = ComputerParameterMode.POSITION_MODE;
     }
 
     /**