style: remove rnd comment
This commit is contained in:
@@ -121,9 +121,6 @@ class Dumper
|
|||||||
{
|
{
|
||||||
List<FPropertyTag> props = row.Value.Properties;
|
List<FPropertyTag> props = row.Value.Properties;
|
||||||
|
|
||||||
/*
|
|
||||||
* props
|
|
||||||
*/
|
|
||||||
if (!TryGetProp<int>(props, "CharacterIndex", out int charIndex))
|
if (!TryGetProp<int>(props, "CharacterIndex", out int charIndex))
|
||||||
throw new KeyNotFoundException("CharacterIndex was not found.");
|
throw new KeyNotFoundException("CharacterIndex was not found.");
|
||||||
if (charIndex == -1) continue;
|
if (charIndex == -1) continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user