Skip to content

Commit

Permalink
fixes uninitializedsavetest
Browse files Browse the repository at this point in the history
  • Loading branch information
deathride58 committed Dec 6, 2023
1 parent 859f555 commit adb04a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/_Citadel/Contracts/Criteria/base.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- type: entity
id: CitadelBaseContractCriteria
abstract: true
save: false
components:
- type: ContractCriteria
1 change: 1 addition & 0 deletions Resources/Prototypes/_Citadel/Contracts/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
A contract controller entity, manages some given contract.
You probably shouldn't be seeing this.
abstract: true
save: false
components:
- type: Contract
- type: ContractCriteriaControl
Expand Down

0 comments on commit adb04a4

Please sign in to comment.