fix: add 'ServerBrowserCancelRequest(self)' before JoinServerBrowser call
This commit is contained in:
parent
2c81c4c6df
commit
2d524b1935
@ -19,6 +19,7 @@ CoD.ServerBrowserRow.new = function ( menu, controller )
|
||||
if CoD.isPC then
|
||||
self:registerEventHandler( "leftmousedown", function ()
|
||||
if self:isInFocus() then
|
||||
ServerBrowserCancelRequest( self )
|
||||
JoinServerBrowser( self, self, controller, menu )
|
||||
end
|
||||
end )
|
||||
|
Loading…
Reference in New Issue
Block a user