style: remove rnd comment

This commit is contained in:
2026-06-18 16:48:51 -03:00
parent 603e824d1d
commit 9ce386582d
-3
View File
@@ -121,9 +121,6 @@ class Dumper
{
List<FPropertyTag> props = row.Value.Properties;
/*
* props
*/
if (!TryGetProp<int>(props, "CharacterIndex", out int charIndex))
throw new KeyNotFoundException("CharacterIndex was not found.");
if (charIndex == -1) continue;