mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Use Empty instead of implicit bool.
This commit is contained in:
parent
ba7cf17d68
commit
c3a8b4cb0b
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ namespace Penumbra.Game
|
|||
|
||||
public static ObjectType PathToObjectType( GamePath path )
|
||||
{
|
||||
if( !path )
|
||||
if( path.Empty )
|
||||
{
|
||||
return ObjectType.Unknown;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue