mirror of
https://github.com/minetest/minetest.git
synced 2025-03-13 22:02:36 +01:00
When accidentally misspelling a name, privileges are sometimes granted to non-existent players, leaving them with the extra privileges, but without the default privileges, if they ever join the server. This corrects that by disallowing /grant from working with invalid players. For completeness, it does the same for /revoke.