mirror of
https://git.phreedom.club/localhost_frssoft/fediauth.git
synced 2024-11-17 21:49:17 +00:00
7 lines
143 B
Lua
7 lines
143 B
Lua
|
|
minetest.register_privilege("otp_enabled", {
|
|
description = "otp enabled player",
|
|
give_to_singleplayer = false,
|
|
otp_keep = true
|
|
})
|