Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion addons/AutoRA/AutoRA.lua
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ end
local haltontp = function()
settings.HaltOnTp = not settings.HaltOnTp

if settings.HaltonTp then
if settings.HaltOnTp then
windower.add_to_chat(17, 'AutoRA will halt upon reaching 1000 TP')
else
windower.add_to_chat(17, 'AutoRA will no longer halt upon reaching 1000 TP')
Expand Down