init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
var modPanel = FindNode<Control>("Lastground");
|
||||
if (modPanel == null)
|
||||
return;
|
||||
|
||||
var dinner = modPanel.GetNodeOrNull<Mods.Cooking.Rations.RationStatisticsPanel>("RationStatistics");
|
||||
if (dinner != null)
|
||||
dinner.QueueFree();
|
||||
Reference in New Issue
Block a user