Remove Nightfire case from Face's "Effect" field. Nightfire does not have this field.

This commit is contained in:
William Fowler
2021-09-28 12:17:22 -06:00
parent 530750e5d0
commit 096cea0f84

View File

@@ -1033,11 +1033,6 @@ namespace LibBSP {
bytes.CopyTo(Data, 4);
break;
}
case MapType.Nightfire: {
bytes.CopyTo(Data, 20);
break;
}
}
}
}