Skip to content

Commit

Permalink
removed logs
Browse files Browse the repository at this point in the history
  • Loading branch information
momintlh committed Jan 19, 2024
1 parent 3650cfc commit aa3418e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Assets/Plugins/PlayroomPlugin.jslib
Original file line number Diff line number Diff line change
Expand Up @@ -725,16 +725,12 @@ mergeInto(LibraryManager.library, {
return null;
}
const playerState = players[UTF8ToString(playerID)];


if (!playerState) {
console.error("Player with ID", UTF8ToString(playerID), "not found.");
return null;
}

const p = playerState.kick()
console.log(p)

playerState.kick().then(() => {
dynCall('v', onKickCallBack, [])
}).catch((error) => {
Expand Down

0 comments on commit aa3418e

Please sign in to comment.