1
0
mirror of https://github.com/kepler155c/opus synced 2025-06-09 01:54:10 +00:00
This commit is contained in:
Kan18 2022-12-28 19:26:48 +04:00
parent 0a42551ab7
commit 5f153721ea

View File

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