Skip to content

Commit

Permalink
Fixed another naming error
Browse files Browse the repository at this point in the history
  • Loading branch information
Quaggles committed Apr 1, 2021
1 parent 0bd1681 commit cde6c44
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ end
--[[
Insert this code into "DCSWorld\Scripts\Input\Data.lua" above the function "loadDeviceProfileFromFile"
Then add the line:
QuagglesKeybindInjector(filename, folder, env, result)
QuagglesInputCommandInjector(filename, folder, env, result)
into the "loadDeviceProfileFromFile" function below the line:
status, result = pcall(f)
]]--
Expand Down
2 changes: 1 addition & 1 deletion DCS-Input-Command-Injector-Quaggles/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3
2 changes: 1 addition & 1 deletion Inject.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
--[[
Insert this code into "DCSWorld\Scripts\Input\Data.lua" above the function "loadDeviceProfileFromFile"
Then add the line:
QuagglesKeybindInjector(filename, folder, env, result)
QuagglesInputCommandInjector(filename, folder, env, result)
into the "loadDeviceProfileFromFile" function below the line:
status, result = pcall(f)
]]--
Expand Down

0 comments on commit cde6c44

Please sign in to comment.