Merge branch 'dev' into feature_plugins

This commit is contained in:
Tristan Rowley
2020-02-29 13:30:11 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -61,7 +61,7 @@ class NumpadInput(object):
print('the numpad action being called is {} (mode is {})'.format(this_mapping[mode][is_function], mode)) print('the numpad action being called is {} (mode is {})'.format(this_mapping[mode][is_function], mode))
if value != -1: if value != -1:
self.actions.call_method_name(this_mapping[mode][is_function], value) self.actions.call_method_name(this_mapping[mode][is_function],value)
else: else:
self.actions.call_method_name(this_mapping[mode][is_function]) self.actions.call_method_name(this_mapping[mode][is_function])