Skip to content

Commit

Permalink
fix merge problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ZarestiaDev committed Mar 16, 2024
1 parent d5d6f74 commit 039b03e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 150 deletions.
6 changes: 3 additions & 3 deletions campaign/template_char.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<invisible />
<script>
function onValueChanged()
window.actioninfo.setActionInfo();
window.actioninfo.setActionInfo();
end
</script>
</stringfield>
Expand All @@ -30,7 +30,7 @@
<invisible />
<script>
function onValueChanged()
window.actioninfo.setActionInfo();
window.actioninfo.setActionInfo();
end
</script>
</buttonfield>
Expand All @@ -45,7 +45,7 @@
<invisible />
<script>
function onValueChanged()
window.additionalinfo.StateChanged();
window.additionalinfo.StateChanged();
end
</script>
</stringfield>
Expand Down
147 changes: 0 additions & 147 deletions scripts/sai_manager_power.lua

This file was deleted.

0 comments on commit 039b03e

Please sign in to comment.