Splitting large data file for less cumbersome editing and IDE lag
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
|
||||
<LayoutLargeContentComponent>
|
||||
|
||||
|
||||
<PaperComponent>
|
||||
<FormDisplayComponent Label="Patch">
|
||||
<Display>
|
||||
@@ -82,7 +82,7 @@
|
||||
|
||||
private void FocusEntity()
|
||||
{
|
||||
foreach (var e in DATA.Get().Values)
|
||||
foreach (var e in EntityData.Get().Values)
|
||||
{
|
||||
if (e.Info().Name.ToLower().Equals(Text!.ToLower()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user