Skip to content

Commit

Permalink
Merge pull request #7 from DevBDK/Net-Server-API-Wrapper-update
Browse files Browse the repository at this point in the history
Update TeamTalkSrvBase.cs
  • Loading branch information
DevBDK committed Feb 20, 2017
2 parents af6b14c + 5c37d21 commit 14d4cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TeamTalk.NET/TeamTalkSrvBase.cs
Expand Up @@ -443,7 +443,7 @@ private bool RegisterServerCallback(Delegate lpCallback, int lpUserData, bool bE
lock (objectLock)
{
onUserChangeStatusCallback -= value;
RegisterServerCallback(value, 0, true);
RegisterServerCallback(value, 0, false);
}
}
}
Expand Down

0 comments on commit 14d4cf0

Please sign in to comment.