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

Copy and paste error in coreunit.lua #19

Closed ghost closed 1 year ago

ghost commented 1 year ago

I think there's some copy and paste error in coreunit.lua line 50, where the deprecation warning referes to a non existing function construct.getSchematic() https://github.com/dual-universe/lua-examples/blob/ffde629b578177ae85d60903b1f91798ff1335f8/api-mockup/coreunit.lua#L50

NQ-Ligo commented 1 year ago

Oh thanks ! I fix it