mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 06:33:26 +02:00
Version 1.4 - Websockets and bug fixes
This commit is contained in:
@@ -25,7 +25,7 @@ function terminate()
|
||||
end
|
||||
|
||||
function show()
|
||||
if Services.feedback == nil or Services.feedback:len() < 4 then
|
||||
if not Services or not Services.feedback or Services.feedback:len() < 4 then
|
||||
return
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user