Skip to content

Commit

Permalink
removed the CleanSelf job assignment
Browse files Browse the repository at this point in the history
because it causes errors and is entirely unnecessary; the system will generate its own CleanSelf jobs if this is required
  • Loading branch information
AtomicChicken authored May 5, 2018
1 parent 7b208ce commit a9fb7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions full-heal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ if unit then
end

if unit.job.current_job and unit.job.current_job.job_type == df.job_type.Rest then
--print("Wake from rest -> clean self...")
unit.job.current_job.job_type = df.job_type.CleanSelf
--print("Wake from rest...")
unit.job.current_job = nil
end
end

0 comments on commit a9fb7aa

Please sign in to comment.