From ad1377c546681b81018444c8678ba1ea6b8950b5 Mon Sep 17 00:00:00 2001 From: momintlh <77355191+momintlh@users.noreply.github.com> Date: Thu, 21 Nov 2024 12:18:07 +0500 Subject: [PATCH] chore: updated log --- Assets/PlayroomKit/modules/Player/LocalPlayerService.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Assets/PlayroomKit/modules/Player/LocalPlayerService.cs b/Assets/PlayroomKit/modules/Player/LocalPlayerService.cs index b1820b7..6eb6108 100644 --- a/Assets/PlayroomKit/modules/Player/LocalPlayerService.cs +++ b/Assets/PlayroomKit/modules/Player/LocalPlayerService.cs @@ -97,10 +97,9 @@ public Profile GetProfile() public Action OnQuit(Action callback) { - Debug.Log($"OnQuit is not implemented for local"); + Debug.Log($"OnQuit is not supported in Local Mock Mode."); return null; } - public void Kick(Action onKickCallBack = null) {