Skip to content

Commit 34d1610

Browse files
committed
👁️👃👁️
1 parent b778c9d commit 34d1610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LabExtended/API/Toys/WaypointToy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public class WaypointToy : AdminToy, IWrapper<AdminToys.WaypointToy>
2121
public WaypointToy(Vector3? position = null, Quaternion? rotation = null, float? priority = null)
2222
: base(PrefabList.Waypoint.CreateInstance().GetComponent<AdminToys.WaypointToy>())
2323
{
24-
Base = base.Base as AdminToys.WaypointToy!;
24+
Base = base.Base as AdminToys.WaypointToy;
2525

2626
if (Base is null)
2727
throw new Exception("Could not create a WaypointToy instance!");

0 commit comments

Comments
 (0)