assassadasdasdas
This commit is contained in:
parent
fb2bfa79e0
commit
440f545d7d
1 changed files with 3 additions and 3 deletions
|
@ -37,9 +37,9 @@ def sub(target, arg):
|
||||||
|
|
||||||
def apply(targets, args, func):
|
def apply(targets, args, func):
|
||||||
for target in range(len(targets)):
|
for target in range(len(targets)):
|
||||||
if this.values[targets[target].channel] != None:
|
if this.values[targets[target]['channel']] != None:
|
||||||
this.values[targets[target].channel] = func(
|
this.values[targets[target]['channel']] = func(
|
||||||
this.values[targets[target].channel], args[target])
|
this.values[targets[target]['channel']], args[target])
|
||||||
|
|
||||||
|
|
||||||
this.instructions = {
|
this.instructions = {
|
||||||
|
|
Loading…
Reference in a new issue