Revert "a lot of changes"

This reverts commit bf9604e851.
This commit is contained in:
Andyyy7666
2023-07-10 02:37:54 +02:00
parent bf9604e851
commit 9a9fa03e8a
8 changed files with 146 additions and 172 deletions

View File

@@ -17,9 +17,3 @@ function NDCore.GetPlayersFromCoords(distance, coords)
end
return closePlayers
end
for name, func in pairs(NDCore) do
if type(func) == "function" then
exports(name, func)
end
end