Lights, colored items (only used for wires atm)
This commit is contained in:
@@ -825,6 +825,7 @@ namespace Subsurface
|
||||
|
||||
foreach (Item item in Item.itemList)
|
||||
{
|
||||
System.Diagnostics.Debug.WriteLine(item.ID);
|
||||
foreach (ItemComponent ic in item.components)
|
||||
{
|
||||
ic.OnMapLoaded();
|
||||
|
||||
Reference in New Issue
Block a user