Closed PepeElToro41 closed 3 months ago
hot-reloader current does loadstring(fn, module.Name) this doesnt happen in hoarcekat
loadstring(fn, module.Name)
the correct way should be loadstring(fn, module:GetFullName())
loadstring(fn, module:GetFullName())
This was fixed externally in the hot-reloader package, I bumped the version here https://github.com/PepeElToro41/ui-labs/pull/38
Problem
hot-reloader current does
loadstring(fn, module.Name)
this doesnt happen in hoarcekatFix
the correct way should be
loadstring(fn, module:GetFullName())