mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
actually format server refused connect message lol
This commit is contained in:
parent
e3abfad19d
commit
42e102b337
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user