Scordo / TS3QueryLib.Net

This library allows you to query team speak 3 servers using the query port. All queries are implemented type safe and the library is written to work with .Net 3.5 SP1 or higher inluding support for silverlight 3.0 or higher and windows phone 7.1.
BSD 3-Clause "New" or "Revised" License
51 stars 14 forks source link

Update QueryRunner.cs #8

Closed XoMEX closed 9 years ago

XoMEX commented 9 years ago

Calling GetClientList(bool,bool,bool, bool,bool,bool, bool,bool,bool) causes a stack overflow, because it calls it self. There's simply the Parameter includeIPs forgotten...

Scordo commented 9 years ago

accepted