actually format server refused connect message lol

This commit is contained in:
Mister_Nebula 2022-06-08 21:15:02 +01:00
parent e3abfad19d
commit 42e102b337

View File

@ -499,7 +499,7 @@ internal class MenuManager : MonoBehaviour, IAddComponentOnStart
}
};
OpenInfoPopup(QSBLocalisation.Current.ServerRefusedConnection, QSBLocalisation.Current.OK);
OpenInfoPopup(string.Format(QSBLocalisation.Current.ServerRefusedConnection, reason), QSBLocalisation.Current.OK);
}
private void OnDisconnected(string error)