mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
ircd::mods: Disable the mangles map for now.
This commit is contained in:
parent
de08752853
commit
fbafdaa851
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ ircd::mods::mod::mod(const filesystem::path &path,
|
|||
try
|
||||
:path{path}
|
||||
,mode{mode}
|
||||
,mangles{mods::mangles(path)}
|
||||
//,mangles{mods::mangles(path)}
|
||||
,handle{[this, &path, &mode]
|
||||
{
|
||||
const auto theirs
|
||||
|
|
Loading…
Reference in a new issue