Closed AbigailBuccaneer closed 12 years ago
Does anyone even use this? In all of the condumps I have read it always had 'zlib not found'
I suspect that nobody does, and so simply removing zlib_b64 support might be the best way forwards. We should come to a consensus on this beforehand though.
Garry seems to have changed
require()
to throw an error if the found module doesn't exist.lua/autorun/shared/dupeshare.lua
checks if thezlib_b64
is available byrequire()
ing it, which means that it just halts execution there.