Remove useless method
This commit is contained in:
parent
f6dce4984a
commit
83635ecea5
1 changed files with 0 additions and 4 deletions
|
@ -103,10 +103,6 @@ function VMFMod:has_package_loaded(package_name)
|
|||
return loaded_packages and loaded_packages[package_name] ~= nil
|
||||
end
|
||||
|
||||
function VMFMod:is_package_manager_initialized()
|
||||
return self:get_data("mod_handle") ~= nil
|
||||
end
|
||||
|
||||
function vmf.update_package_manager()
|
||||
local loading_package = _loading_package
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue