Skip to content
Snippets Groups Projects
Commit b446c231 authored by DarkGod's avatar DarkGod
Browse files

yes yes its ugly

parent fe56c7a2
No related branches found
No related tags found
No related merge requests found
......@@ -755,7 +755,7 @@ function _M:instanciate(mod, name, new_game, no_reboot, extra_module_info)
local f = dir.."/"..file
if fs.isdir(f) then
fp(f)
elseif f:find("%.lua$") then
elseif f:find("%.lua$") and f ~= "/mod/addons/dgo/superload/engine/PlayerProfile.lua" then
local fff = fs.open(f, "r")
if fff then
local data = fff:read(10485760)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment