Actual working checks for hasJob()

`goto skip` is weird.
This commit is contained in:
Jim Shield
2025-10-24 14:25:17 +01:00
parent 18ecc1429e
commit 960f73ad6d
2 changed files with 40 additions and 34 deletions

View File

@@ -122,7 +122,7 @@ function GetPlayer(source)
return framework.GetPlayer(source)
end
end
return nil
return {}
end
-------------------------------------------------------------