We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b778c9d commit 34d1610Copy full SHA for 34d1610
1 file changed
LabExtended/API/Toys/WaypointToy.cs
@@ -21,7 +21,7 @@ public class WaypointToy : AdminToy, IWrapper<AdminToys.WaypointToy>
21
public WaypointToy(Vector3? position = null, Quaternion? rotation = null, float? priority = null)
22
: base(PrefabList.Waypoint.CreateInstance().GetComponent<AdminToys.WaypointToy>())
23
{
24
- Base = base.Base as AdminToys.WaypointToy!;
+ Base = base.Base as AdminToys.WaypointToy;
25
26
if (Base is null)
27
throw new Exception("Could not create a WaypointToy instance!");
0 commit comments