mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
EncryptionTransportInspector: Fixed button label
This commit is contained in:
parent
8eda3231be
commit
501129fb68
@ -40,7 +40,7 @@ public override void OnInspectorGUI()
|
||||
{
|
||||
serializedObject.Update();
|
||||
EditorGUILayout.PropertyField(lobbyUrlProperty);
|
||||
if (GUILayout.Button("Create&Deploy Lobby"))
|
||||
if (GUILayout.Button("Create & Deploy Lobby"))
|
||||
{
|
||||
var input = CreateInstance<LobbyServiceCreateDialogue>();
|
||||
input.onLobby = (url) =>
|
||||
|
Loading…
Reference in New Issue
Block a user