Fix qbox getPlayer hunger and thirst calls

This commit is contained in:
Jim Shield
2025-10-23 13:19:04 +01:00
parent 9ec7bddfe6
commit a9403e5513
3 changed files with 6 additions and 6 deletions

View File

@@ -171,7 +171,7 @@ function stopTempCam(renderTime)
clearLoadLocation()
Wait(renderTime or 0)
Wait(renderTime or 500)
for i = 1, #camCache do
DestroyCam(camCache[i], true)
end