Skip to content

Commit

Permalink
setup main value
Browse files Browse the repository at this point in the history
  • Loading branch information
WaitingIdly committed May 16, 2024
1 parent fdcfeaf commit a0cc0f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/betterquesting/questing/QuestInstance.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ private void setupProps() {
setupValue(NativeProps.LOCKED_PROGRESS, false);
setupValue(NativeProps.AUTO_CLAIM, false);
setupValue(NativeProps.SILENT, false);
setupValue(NativeProps.MAIN, false);
setupValue(NativeProps.GLOBAL_SHARE, false);
setupValue(NativeProps.SIMULTANEOUS, false);
setupValue(NativeProps.IGNORES_VIEW_MODE, false);
Expand Down

0 comments on commit a0cc0f4

Please sign in to comment.