ND_Core
ND_Core copied to clipboard
fix: missing return
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'))