mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-18 22:36:04 +01:00
Comment out a couple debug prints for now
This commit is contained in:
@@ -493,7 +493,7 @@ end
|
|||||||
--- end
|
--- end
|
||||||
--- ```
|
--- ```
|
||||||
function ensureNetToVeh(vehNetID)
|
function ensureNetToVeh(vehNetID)
|
||||||
debugPrint("^6Bridge^7: ^3ensureNetToVeh^7: ^2Requesting NetworkDoesNetworkIdExist^7(^6"..vehNetID.."^7)")
|
--debugPrint("^6Bridge^7: ^3ensureNetToVeh^7: ^2Requesting NetworkDoesNetworkIdExist^7(^6"..vehNetID.."^7)")
|
||||||
local timeout = 100
|
local timeout = 100
|
||||||
while not NetworkDoesNetworkIdExist(vehNetID) and timeout > 0 do
|
while not NetworkDoesNetworkIdExist(vehNetID) and timeout > 0 do
|
||||||
timeout -= 1
|
timeout -= 1
|
||||||
@@ -521,7 +521,7 @@ end
|
|||||||
--- end
|
--- end
|
||||||
--- ```
|
--- ```
|
||||||
function ensureNetToEnt(entNetID)
|
function ensureNetToEnt(entNetID)
|
||||||
debugPrint("^6Bridge^7: ^3ensureNetToEnt^7: ^2Requesting NetworkDoesNetworkIdExist^7(^6"..entNetID.."^7)")
|
--debugPrint("^6Bridge^7: ^3ensureNetToEnt^7: ^2Requesting NetworkDoesNetworkIdExist^7(^6"..entNetID.."^7)")
|
||||||
local timeout = 100
|
local timeout = 100
|
||||||
while not NetworkDoesNetworkIdExist(entNetID) and timeout > 0 do
|
while not NetworkDoesNetworkIdExist(entNetID) and timeout > 0 do
|
||||||
timeout -= 1
|
timeout -= 1
|
||||||
|
|||||||
Reference in New Issue
Block a user