Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpleMQ2 committed Jan 1, 2024
1 parent 6c3ebc8 commit ae38bb4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions modules/movement.lua
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,6 @@ function Module:GiveTime(combat_state)
if not chaseSpawn or chaseSpawn.Dead() or not chaseSpawn.ID() then
RGMercsLogger.log_warning("\awNOTICE:\ax Chase Target \am%s\ax is dead or not found in zone - Pausing...",
self.settings.ChaseTarget)
--self.settings.ChaseOn = false
--self:SaveSettings()
return
end

Expand Down
1 change: 1 addition & 0 deletions version.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
return { commitId = \'@6c3ebc81bcd959948e2f555700f4842a226140be' }

0 comments on commit ae38bb4

Please sign in to comment.