mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2026-05-18 11:42:10 +08:00
Selected scenario vehicle nodes display car model
This commit is contained in:
+1
-1
@@ -263,7 +263,7 @@ namespace CodeWalker.World
|
||||
MapDataStoreNode dsn = new MapDataStoreNode(ymap);
|
||||
if (dsn.Name != 0)
|
||||
{
|
||||
nodedict[dsn.Name] = dsn;
|
||||
nodedict[dsn.Name] = dsn;//perhaps should add as entry.ShortNameHash?
|
||||
}
|
||||
else
|
||||
{ }
|
||||
|
||||
Reference in New Issue
Block a user