williamdefly / Evolutionaddonpack

evolutionaddonpack
Other
8 stars 6 forks source link

ZPM and tampered ZPM error #88

Closed pas341 closed 7 years ago

pas341 commented 7 years ago

in lua/entities/zpmmk3.lua on line 85 you need to change fromlocal entities = Lib.RD.GetEntListTable(self); to local entities = Lib.GetEntListTable(self); and in lua/entities/tamperedzpm.lua on line 98 you need to do the same fix for the current version off spacebuild else the zpm wil not work when placed

Elanis commented 7 years ago

Yep, i made a mistake while importing from CAP in the Libraries ^^ Thanks for the report 👍