mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
add missing parenthesis here lol
This commit is contained in:
parent
63f87e4c6d
commit
ecc51a32f3
@ -119,7 +119,7 @@ namespace NewHorizons.Utility
|
|||||||
|
|
||||||
var name = names.Last();
|
var name = names.Last();
|
||||||
if (warn) Logger.LogWarning($"Couldn't find object in path {path}, will look for potential matches for name {name}");
|
if (warn) Logger.LogWarning($"Couldn't find object in path {path}, will look for potential matches for name {name}");
|
||||||
// 3: find resource to include inactive objects (but skip prefabs
|
// 3: find resource to include inactive objects (but skip prefabs)
|
||||||
go = Resources.FindObjectsOfTypeAll<GameObject>()
|
go = Resources.FindObjectsOfTypeAll<GameObject>()
|
||||||
.FirstOrDefault(x => x.name == name && x.scene.name != null);
|
.FirstOrDefault(x => x.name == name && x.scene.name != null);
|
||||||
if (go)
|
if (go)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user