Skip to content

Commit

Permalink
chore: updated log
Browse files Browse the repository at this point in the history
  • Loading branch information
momintlh committed Nov 21, 2024
1 parent 8a865e4 commit ad1377c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Assets/PlayroomKit/modules/Player/LocalPlayerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,9 @@ public Profile GetProfile()

public Action OnQuit(Action<string> 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)
{
Expand Down

0 comments on commit ad1377c

Please sign in to comment.