We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e2e8d commit 213babcCopy full SHA for 213babc
ProbeControlRoom/CivilianKerbal.cs
@@ -60,7 +60,7 @@ public void CreateKerbal()
60
// Maybe in the future we can instantiate one of the "real" IVA kerbals, and then just swap out the model
61
kerbal = kerbalObj.AddComponent<Kerbal>();
62
}
63
- catch (Exception ex) { }
+ catch (Exception) { }
64
kerbal.enabled = true;
65
kerbal.eyeTransform = new GameObject().transform;
66
kerbal.eyeTransform.SetParent(kerbalObj.transform);
0 commit comments