mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-10 05:48:39 +00:00
fix typo
This commit is contained in:
parent
f1d8413d36
commit
3f557cd911
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ namespace LBPUnion.ProjectLighthouse.Helpers {
|
|||
return Encoding.ASCII.GetString(header) switch {
|
||||
"TEX" => LbpFileType.Texture,
|
||||
"FSH" => LbpFileType.Script,
|
||||
"VOB" => LbpFileType.Voice,
|
||||
"VOP" => LbpFileType.Voice,
|
||||
"LVL" => LbpFileType.Level,
|
||||
"PLN" => LbpFileType.Plan,
|
||||
_ => LbpFileType.Unknown,
|
||||
|
|
|
@ -5,7 +5,7 @@ namespace LBPUnion.ProjectLighthouse.Types.Files {
|
|||
Level, // LVL
|
||||
FileArchive, // .farc, (ends with FARC)
|
||||
Plan, // PLN, uploaded with levels
|
||||
Voice, // VOB, voice data
|
||||
Voice, // VOP, voice data
|
||||
Unknown,
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue