Skip to content

Commit

Permalink
Fixed some memory leaking (And console spam)
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonHiveSolutions authored Oct 4, 2020
1 parent 49cd7e7 commit 14d4638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kj_civmenu/obs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ function obs()

for _,v in pairs(observations) do
if v.ID == GetPlayerServerId(PlayerId()) then
print(v.Obs .. " - " .. v.ID .. " : " .. GetPlayerServerId(PlayerId()))
table.insert(obslist, v.Obs)
end
end
Expand Down

0 comments on commit 14d4638

Please sign in to comment.