Skip to content

Commit

Permalink
Crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Dec 31, 2023
1 parent 2300e73 commit 0b3207d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ local function RGMercsGUI()
ImGui.Text("Current State: " .. curState)
ImGui.Text("Hater Count: " .. tostring(RGMercUtils.GetXTHaterCount()))
ImGui.Text("AutoTargetID: " .. tostring(RGMercConfig.Globals.AutoTargetID))
ImGui.Text("MA: " .. RGMercConfig:GetAssistSpawn().CleanName())
ImGui.Text("MA: " .. (RGMercConfig:GetAssistSpawn().CleanName() or "None"))
if ImGui.CollapsingHeader("Config Options") then
local newSettings = RGMercConfig:GetSettings()
newSettings, pressed, _ = RGMercUtils.RenderSettings(newSettings, RGMercConfig.DefaultConfig)
Expand Down

0 comments on commit 0b3207d

Please sign in to comment.