mirror of
https://github.com/kepler155c/opus
synced 2025-04-18 08:43:11 +00:00
oops
This commit is contained in:
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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user