Skip to content

Commit

Permalink
cooked
Browse files Browse the repository at this point in the history
  • Loading branch information
IRacle1 committed Jul 20, 2024
1 parent 27b3bcc commit 15d1802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXILED/Exiled.API/Features/Toys/Primitive.cs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ public static Primitive Create(Vector3 position, Vector3 rotation, Vector3 scale
/// <param name="spawn">Whether or not the <see cref="Primitive"/> should be initially spawned.</param>
/// <returns>The new <see cref="Primitive"/>.</returns>
public static Primitive Create(Vector3 position, Vector3 rotation, Vector3 scale, Color color, bool spawn = true)
=> Create(PrimitiveType.Sphere, ~PrimitiveFlags.None, position, rotation, scale, color, spawn);
=> Create(PrimitiveType.Sphere, position, rotation, scale, color, spawn);

/// <summary>
/// Creates a new <see cref="Primitive"/>.
Expand Down

0 comments on commit 15d1802

Please sign in to comment.