Skip to content

Commit

Permalink
fix copypaste error
Browse files Browse the repository at this point in the history
  • Loading branch information
KJeff01 committed Dec 4, 2023
1 parent a52df16 commit 84a8a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/base/script/campaign/libcampaign.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const cam_base_structures = {
powerGenerator: "A0PowerGenerator",
researchLab: "A0ResearchFacility",
factory: "A0LightFactory",
oil: "A0ResourceExtractor",
oil: "OilResource",
derrick: "A0ResourceExtractor"
};
const cam_resistance_circuits = {
Expand Down

0 comments on commit 84a8a47

Please sign in to comment.