Skip to content

Commit

Permalink
Merge pull request #123 from Haidra-Org/fixrepl
Browse files Browse the repository at this point in the history
fix: duplicate entry
  • Loading branch information
db0 authored Apr 7, 2024
2 parents 64aa443 + a713679 commit eac85a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion LucidCreations.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ script = ExtResource( 11 )

[node name="VBC" type="VBoxContainer" parent="Margin/Panel/Display/Panels/Controls/Options"]
margin_right = 320.0
margin_bottom = 368.0
margin_bottom = 404.0
custom_constants/separation = 8

[node name="VBCRight" type="VBoxContainer" parent="Margin/Panel/Display/Panels/Controls/Options/VBC"]
Expand Down
1 change: 0 additions & 1 deletion addons/stable_horde_client/stable_horde_client.gd
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ func generate(replacement_prompt := '', replacement_params := {}) -> void:
"shared": shared,
"dry_run": dry_run,
"workers": workers,
"replacement_filter": false,
"worker_blacklist": worker_blacklist,
"allow_downgrade": allow_downgrade,
"replacement_filter": replacement_filter
Expand Down

0 comments on commit eac85a7

Please sign in to comment.