ND_Core icon indicating copy to clipboard operation
ND_Core copied to clipboard

fix: missing return

Open realneonium opened this issue 9 months ago • 0 comments

this fixes the issue that ND_Ambulance is having with ND_Core, caused by it using local NDCore = require "@ND_Core.init", which currently just returns a boolean due to the missing return (SCRIPT ERROR: @ND_Ambulance/bridge/framework/nd/client.lua:4: attempt to index a boolean value (local 'NDCore'))

realneonium avatar Apr 17 '25 08:04 realneonium