Skip to content

Commit cde6c44

Browse files
committed
Fixed another naming error
1 parent 0bd1681 commit cde6c44

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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
@@ -78,7 +78,7 @@ end
7878
--[[
7979
Insert this code into "DCSWorld\Scripts\Input\Data.lua" above the function "loadDeviceProfileFromFile"
8080
Then add the line:
81-
QuagglesKeybindInjector(filename, folder, env, result)
81+
QuagglesInputCommandInjector(filename, folder, env, result)
8282
into the "loadDeviceProfileFromFile" function below the line:
8383
status, result = pcall(f)
8484
]]--
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.2
1+
1.0.3

Inject.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--[[
22
Insert this code into "DCSWorld\Scripts\Input\Data.lua" above the function "loadDeviceProfileFromFile"
33
Then add the line:
4-
QuagglesKeybindInjector(filename, folder, env, result)
4+
QuagglesInputCommandInjector(filename, folder, env, result)
55
into the "loadDeviceProfileFromFile" function below the line:
66
status, result = pcall(f)
77
]]--

0 commit comments

Comments
 (0)