didnt save

This commit is contained in:
2023-02-19 13:52:41 +01:00
parent 4895a72509
commit bed09ceace

View File

@@ -22,6 +22,10 @@ public partial class console : PopupPanel
if (GetParent().Name == "player") GetParent<player>().allowMovement = !Visible;
}
}
public void OnPopupHide()
{
if (GetParent().Name == "player") GetParent<player>().allowMovement = true;
}
public void OnLineEditTextSubmitted(string command)
{
line.Clear();