Bug Fix
His Dad [11-22-18 - 19:11]
Bug Fix
Signed-off-by: His Dad <John@hisdad.org>
diff --git a/history.lua b/history.lua
index e8ae0ef..3f5cdfc 100644
--- a/history.lua
+++ b/history.lua
@@ -409,7 +409,6 @@ if (hist.name ~= addOnName) then return end
hist.world.CP[hist.world.CP_Level].time=0
hist.world.CP[hist.world.CP_Level].borked = true --]]
end
- --remove old achievement categories
if (hist.SV.start_version == nil ) then
@@ -458,7 +457,7 @@ if (hist.name ~= addOnName) then return end
if hist.debug then
log_truncate(500)
else
- log_truncate(20)
+ log_truncate(50)
end
hist.SV.lang=GetCVar("language.2") -- For offline use
@@ -503,7 +502,7 @@ if (hist.name ~= addOnName) then return end
hist.SV.this_version = tonumber(hist.SV.this_version)
end
- hist.me.ach = {}
+
if (hist.SV.this_version == nil) then hist.SV.this_version = 0 end