Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Auth handler: Player deletion & Iterator (#6741)
* Add player deletion method to auth handler (fixes #6653) * Support iterating over the auth database There was no way to do this previously and a recent commit broke doing this the "hacky" way by accessing `core.auth_table`.
- Loading branch information
Showing
with
26 additions
and 1 deletion.
- +18 −0 builtin/game/auth.lua
- +8 −1 doc/lua_api.txt