1
0
mirror of https://github.com/kepler155c/opus synced 2025-04-18 08:43:11 +00:00
This commit is contained in:
Kan18 2022-12-28 19:26:48 +04:00
parent 0a42551ab7
commit 5f153721ea

@ -60,7 +60,7 @@ local function sambaConnection(socket)
end
local function sanitizeLabel(computer)
return (computer.id.."_"..computer.label:gsub("[%c%.\"'/%*]", "")):sub(64)
return (computer.id.."_"..computer.label:gsub("[%c%.\"'/%*]", "")):sub(1, 40)
end
Event.addRoutine(function()