mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 19:10: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();
|
serializedObject.Update();
|
||||||
EditorGUILayout.PropertyField(lobbyUrlProperty);
|
EditorGUILayout.PropertyField(lobbyUrlProperty);
|
||||||
if (GUILayout.Button("Create&Deploy Lobby"))
|
if (GUILayout.Button("Create & Deploy Lobby"))
|
||||||
{
|
{
|
||||||
var input = CreateInstance<LobbyServiceCreateDialogue>();
|
var input = CreateInstance<LobbyServiceCreateDialogue>();
|
||||||
input.onLobby = (url) =>
|
input.onLobby = (url) =>
|
||||||
|
Loading…
Reference in New Issue
Block a user