111
This commit is contained in:
@@ -277,7 +277,7 @@ namespace Stary.Evo.UIFarme
|
||||
{
|
||||
for (int i = 0; i < queuePanel.Count; i++)
|
||||
{
|
||||
if (queuePanel[i].GetType().Name == panelName)
|
||||
if (queuePanel[i].UIName == panelName)
|
||||
{
|
||||
queuePanel[i].OnExit();
|
||||
queuePanel.RemoveAt(i);
|
||||
|
||||
Reference in New Issue
Block a user