mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-14 11:54:32 +08:00
Dat151 progress
This commit is contained in:
@@ -2270,7 +2270,7 @@ namespace CodeWalker.GameFiles
|
||||
var sb2 = new StringBuilder();
|
||||
foreach (var kvp in wavesmap)
|
||||
{
|
||||
if (kvp.Key.FileType == RelDatFileType.Dat151Parameters)
|
||||
if (kvp.Key.FileType == RelDatFileType.Dat151)
|
||||
{
|
||||
sb2.Append(((Dat151RelType)kvp.Key.ItemType).ToString());
|
||||
sb2.Append(" ");
|
||||
|
||||
Reference in New Issue
Block a user