0
0
Fork 0
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:
Jason Volk 2018-02-18 21:44:38 -08:00
parent de08752853
commit fbafdaa851

View file

@ -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