We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36f9eb commit fc0080eCopy full SHA for fc0080e
src/lua/api.lua
@@ -70,6 +70,7 @@ API.pending_requests = {}
70
71
---Updates the API by processing TCP messages and pending requests
72
---@param _ number Delta time (not used)
73
+---@diagnostic disable-next-line: duplicate-set-field
74
function API.update(_)
75
-- Create server socket if it doesn't exist
76
if not API.server_socket then
0 commit comments