dual-universe / lua-examples

This repository has been created to serve as a sharing and learning platform for the Dual Universe community and the development of simple and complex Lua applications. You will find on this repo the examples released by Novaquark during the devblog and thread.
https://www.dualuniverse.game
GNU General Public License v3.0
59 stars 19 forks source link

Wrong require, should be "element", not "engine" #2

Closed PerMalmberg closed 2 years ago

PerMalmberg commented 2 years ago

https://github.com/dual-universe/lua-examples/blob/fa8463ee09d266ffee0808abd48a1037276f4e53/api-mockup/databank.lua#L11

NQ-Ligo commented 2 years ago

Indeed, thanks for the report.

This should not prevent the library from working well but from including more than necessary.

I fixed it.