diff --git a/LibBSP/Source/Structs/BSP/Face.cs b/LibBSP/Source/Structs/BSP/Face.cs index 9dbab67..f8fb129 100644 --- a/LibBSP/Source/Structs/BSP/Face.cs +++ b/LibBSP/Source/Structs/BSP/Face.cs @@ -1033,11 +1033,6 @@ namespace LibBSP { bytes.CopyTo(Data, 4); break; } - - case MapType.Nightfire: { - bytes.CopyTo(Data, 20); - break; - } } } }