Closed madmaxoft closed 8 years ago
A static function cannot be assigned a special implementation, the param matcher will not recognize it. Even worse for functions that are optionally-static, such as cPluginManager:BindCommand()
cPluginManager:BindCommand()
Fixed in 8f78174f1327bf1a33b1185fcfe0e5dfe5df0d99
A static function cannot be assigned a special implementation, the param matcher will not recognize it. Even worse for functions that are optionally-static, such as
cPluginManager:BindCommand()