Fix material typo 2

This commit is contained in:
James Seibel
2024-07-11 22:51:37 -05:00
parent 122ef4dce0
commit 0483edd2f3
3 changed files with 3 additions and 3 deletions
@@ -61,7 +61,7 @@ public enum EDhApiBlockMaterial
}
}
return EDhApiBlockMaterial.UNKOWN;
return EDhApiBlockMaterial.UNKNOWN;
}
}