mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
be more specific
This commit is contained in:
parent
f8de674a6d
commit
c3b343b4bf
@ -20,7 +20,7 @@ namespace NewHorizons.Patches
|
|||||||
public static bool UnityLogger_OnLogMessageReceived(string message)
|
public static bool UnityLogger_OnLogMessageReceived(string message)
|
||||||
{
|
{
|
||||||
// Filter out goofy error that doesn't actually break anything
|
// Filter out goofy error that doesn't actually break anything
|
||||||
return !message.Contains(" is out of bounds (size=0)");
|
return !message.EndsWith(" is out of bounds (size=0)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user