This commit is contained in:
Arctos2win
2023-09-17 16:38:25 +02:00
committed by GitHub
parent a6b58866f8
commit c21294867a
+1 -1
View File
@@ -751,7 +751,7 @@ local DoNotUse = {
AddEventHandler('onResourceStart', function(key)
if DoNotUse[string.lower(key)] then
while GetResourceState(key) ~= 'started' do
Wait()
Wait(0)
end
StopResource(key)