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 95f3c36 commit 0b7d576Copy full SHA for 0b7d576
[admin]/admin/client/gui/admin_maps.lua
@@ -66,7 +66,7 @@ function guiClick(button)
66
guiGridListClear(aTabMap.MapList)
67
triggerServerEvent("getMaps_s", localPlayer, true)
68
end
69
- if guiGridListGetSelectedItem ( aTabMap.MapList ) == -1 then
+ if ( source ~= aTabMap.MapListSearch ) and guiGridListGetSelectedItem ( aTabMap.MapList ) == -1 then
70
aMessageBox ( "error", "No map selected!" )
71
72
local mapName = guiGridListGetItemText ( aTabMap.MapList, guiGridListGetSelectedItem( aTabMap.MapList ), 1 )
0 commit comments