Bruin

Results 5 issues of Bruin

**Describe the bug** Phone numbers appearing offline still after the core revert on phone number changes... and any new phone numbers for whatever reason show nil! **Questions (please complete the...

bug

### Application Other ### Dependency No ### Feature Description Hear other peoples phones ring when nearby, this helps with immersion and even individuality if you can make it so they...

Enhancement

php Server.php PHP Notice: Trying to get property 'iceServers' of non-object in D:\Projects\The Net VR\Net VR Conference\web\conference\Server.php on line 15 Notice: Trying to get property 'iceServers' of non-object in D:\Projects\The...

After debuging the script ![image](https://user-images.githubusercontent.com/60456694/186539796-aaff3184-c672-40f8-a0c7-9efddd57d078.png) with QBCore.Functions.CreateCallback('keep-oilwell:server:oilwell_metadata', function(source, cb, oilrig_hash) local oil_well = GlobalScirptData:getByHash(oilrig_hash) print(oil_well.metadata.part_info.belt, oil_well.metadata.part_info.polish, oil_well.metadata.part_info.clutch) if not oil_well then cb(false) return end cb(oil_well.metadata) end) it seems to get...