
|
If you were logged in you would be able to see more operations.
|
|
|
|
"Reset" will now require CTRL +SHIFT + ALT to be held before it will reset players settings
|
|
Description
|
"Reset" will now require CTRL +SHIFT + ALT to be held before it will reset players settings |
Show » |
|
if IsShiftKeyDown() and IsControlKeyDown() and IsAltKeyDown() then
lib.ResetSearch()
print("All searchUI settings have been reset.")
else
print("This resets all searchUI settings, you must hold CTRL + SHIFT + ALT when clicking this button")
end