you didnt see me commiting a __builtin_trap shush

This commit is contained in:
altalk23 2023-06-08 23:09:17 +03:00
parent 3881e65511
commit dd7e18fb57

View file

@ -233,8 +233,6 @@ bool ModCell::init(
if (!ModListCell::init(list, size))
return false;
__builtin_trap();
m_mod = mod;
this->setupInfo(mod->getModInfo(), false, display);