Skip to content

Commit

Permalink
Don't load broken game asset
Browse files Browse the repository at this point in the history
These unit loads should probably be disabled completely, I don't see why they need to be loaded outside of custom maps
  • Loading branch information
segabl committed Jun 9, 2023
1 parent 43b2609 commit bd851e6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
<add from_db="true" unload="true">
<physic_effect path="physic_effects/push_sphere"/>

<unit path="core/units/run_sequence_dummy/run_sequence_dummy"/>
<object path="core/units/run_sequence_dummy/run_sequence_dummy"/>
<sequence_manager path="core/units/run_sequence_dummy/run_sequence_dummy"/>

<object path="units/dev_tools/mission_elements/point_interaction/interaction_dummy"/>
<sequence_manager path="units/dev_tools/mission_elements/point_interaction/interaction_dummy"/>
<unit path="units/dev_tools/mission_elements/point_interaction/interaction_dummy"/>
Expand Down

0 comments on commit bd851e6

Please sign in to comment.