Unity-Technologies / go-ts3

A golang TeamSpeak 3 ServerQuery client
BSD 2-Clause "Simplified" License
47 stars 21 forks source link

Fix online client id #26

Closed JVMerkle closed 5 years ago

JVMerkle commented 5 years ago

Fix #23 and add the ChannelID field to OnlineClient

stevenh commented 5 years ago

@JVMerkle if you rebase onto the latest master this should fix the error from jenkins.

stevenh commented 5 years ago

Thanks for that but your rebase didn't apply correctly I'm afraid.

Try the following to see if we can get back on track, assuming origin is multiplay/go-ts3

git checkout master
git pull origin master
git checkout fix_online_client_id
git rebase origin/master
git push --force
JVMerkle commented 5 years ago

Hey @stevenh the branch should be fixed. Thanks!