Merged in UnnecessaryLogoutOnConnect (pull request #23)

Unnecessary logout that was called when connecting to perforce in the editor removed

Approved-by: Jake Turner <jake@unity3d.com>
Approved-by: Robert Jessop <robje@unity3d.com>
Approved-by: Aras Pranckevicius <aras@unity3d.com>
This commit is contained in:
Justinas Pliuskys 2019-05-03 07:34:46 +00:00 коммит произвёл Jake Turner
Родитель bc71c51d11 34ef3bc3be
Коммит 1becb7cc86
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -247,7 +247,6 @@ public:
}
else if (key == "end")
{
task.Logout();
if (task.Reconnect())
task.Login();
}