Merge remote-tracking branch 'upstream/master'

This commit is contained in:
bri cassa 2025-03-20 12:37:14 +01:00
commit c626c9f675

View File

@ -25,7 +25,7 @@ local function check_privs(meta, player)
local shared = " " .. meta:get_string("shared") .. " "
if name == meta:get_string("owner") then
return true
elseif shared:find(" " .. name .. " ") then
elseif shared:find(" " .. name .. " ", 1, true) then
return true
else
return false