Since there's the line stating:
Code: Select all
if self.do_ponds then
However, if you don't supply a do_ponds argument, then it crashes in the _M:init function at:
Code: Select all
self.do_ponds.zoom = self.do_ponds.zoom or 5
Moderator: Moderator
Code: Select all
if self.do_ponds then
Code: Select all
self.do_ponds.zoom = self.do_ponds.zoom or 5