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 640c939 commit 4c0e8e6Copy full SHA for 4c0e8e6
[editor]/editor_gui/client/load.lua
@@ -76,7 +76,7 @@ function openSearch()
76
end
77
else
78
for i,res in ipairs(openResources) do
79
- if string.find(res["friendlyName"],text) then
+ if string.find(res["friendlyName"],string.lower(text)) then
80
local row = guiGridListAddRow ( loadDialog.mapsList )
81
guiGridListSetItemText ( loadDialog.mapsList, row, 1, res["friendlyName"], false, false )
82
guiGridListSetItemText ( loadDialog.mapsList, row, 2, res["gamemodes"], false, false )
0 commit comments