FirenX / emu-coop

Lua scripts for turning 1-player games into 2-player games using inventory sharing.
9 stars 3 forks source link

Version Error #1

Closed Fouton closed 6 years ago

Fouton commented 6 years ago

in the version.lua, the patch numbers must be all numbers, since the util.lua uses a tonumber on them to compare them. This means that it's causing something to turn up nil and crash the lua immediately.

FirenX commented 6 years ago

Thanks for the report. Is the whole script not working as a consequence? (Can't test it myself atm)

FirenX commented 6 years ago

Fixed. Changed versioning to numbers only.