Fixed warning

This commit is contained in:
r00telement
2022-01-12 19:11:19 +00:00
parent a93c9ef8b9
commit dfb109aeb3

View File

@@ -56,14 +56,8 @@ namespace PlayerTags.GameInterface.ContextMenus
{
if (HasTitle)
{
try
{
GameInterfaceHelper.TryReadSeString((IntPtr)(&m_AtkValues[1])->String, out var str);
return str;
}
catch (Exception ex)
{
}
GameInterfaceHelper.TryReadSeString((IntPtr)(&m_AtkValues[1])->String, out var str);
return str;
}
return null;