Skip to content

Commit 954be49

Browse files
authored
Merge pull request #1327 from mcneel/kike/1.32
Available is enough.
2 parents 6969678 + 69ecdb8 commit 954be49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RhinoInside.Revit/Rhinoceros.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ internal static bool InitGrasshopper(Assembly assembly)
141141

142142
internal static ARUI.Result Startup()
143143
{
144-
if (Core.CurrentStatus != Core.Status.Ready)
144+
if (Core.CurrentStatus < Core.Status.Available)
145145
return ARUI.Result.Failed;
146146

147147
if (!RhinoApp.CanSave)

0 commit comments

Comments
 (0)