Incomplete description of Match Listing with Lua runtime

I was trying to get an RPC up and running via the Lua runtime to provide a list of authoritative matches to the client without any player criteria.

Basically match_list()
and match_list(n, true)
Returns the same values, where n is any non-zero value.

The documentation states that the default value of the authoritative boolean is false. Therefore, the first function call should not return any values (if all matches are authoritative). This seems like unexpected behaviour.

Hello @jyumay, an empty authoritative param actually defaults to nil, which returns both authoritative and non-authoritative matches, we’ll fix the documentation soon.

Best.

1 Like