Skip to content

Commit 0bd1681

Browse files
committed
Fixed naming error
1 parent e815de8 commit 0bd1681

File tree

1 file changed

+1
-1
lines changed
  • DCS-Input-Command-Injector-Quaggles/DCS-Input-Command-Injector-Quaggles/Scripts/Input

1 file changed

+1
-1
lines changed

DCS-Input-Command-Injector-Quaggles/DCS-Input-Command-Injector-Quaggles/Scripts/Input/Data.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ local function loadDeviceProfileFromFile(filename, deviceGenericName, folder)
741741

742742
status, result = pcall(f)
743743

744-
QuagglesKeybindInjector(filename, folder, env, result)
744+
QuagglesInputCommandInjector(filename, folder, env, result)
745745

746746
if status then
747747
if nonLocalized then

0 commit comments

Comments
 (0)