Skip to content

Commit

Permalink
Fix Instance.new second parameter being required
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Apr 28, 2024
1 parent 49cc841 commit cd08fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selene/src/roblox/generate_std.rs
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ impl RobloxGenerator {
},
Argument {
argument_type: ArgumentType::Display("Instance".to_string()),
required: Required::Required(None),
required: Required::NotRequired,
observes: Observes::ReadWrite,
deprecated: Some(Deprecated {
message: "set the instance's parent separately".to_owned(),
Expand Down

0 comments on commit cd08fc4

Please sign in to comment.