Skip to content

Commit

Permalink
Reverting this explicit to_i
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Nov 5, 2024
1 parent fc0a482 commit 07d1bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion combat-trainer.lic
Original file line number Diff line number Diff line change
Expand Up @@ -4249,7 +4249,7 @@ class GameState
@dance_threshold = settings.dance_threshold.to_i
echo(" @dance_threshold: #{@dance_threshold}") if $debug_mode_ct

@retreat_threshold = settings.retreat_threshold.to_i
@retreat_threshold = settings.retreat_threshold
echo(" @retreat_threshold: #{@retreat_threshold}") if $debug_mode_ct

@damaris_weapon_sets = settings.damaris_weapon_sets
Expand Down

0 comments on commit 07d1bfd

Please sign in to comment.