diff --git a/resources/[qb]/qb-core/client/main.lua b/resources/[qb]/qb-core/client/main.lua index e1bc0f694..1e8dbb67d 100644 --- a/resources/[qb]/qb-core/client/main.lua +++ b/resources/[qb]/qb-core/client/main.lua @@ -55,10 +55,6 @@ exports('GetSharedGangs', GetSharedGangs) QBCore.Shared.Jobs = jobs end) -CreateThread(function() - Wait(2000) - ExtendWorldBoundaryForPlayer(-4000.0, -6500.0, 6500.0, -3000.0) - SetMapBounds(-4000.0, -6500.0, 6500.0, -3000.0) -end) + \ No newline at end of file