diff --git a/modules/game_outfit/outfit.lua b/modules/game_outfit/outfit.lua index a72692f..7b2b6ea 100644 --- a/modules/game_outfit/outfit.lua +++ b/modules/game_outfit/outfit.lua @@ -632,6 +632,10 @@ function showMounts() end end + if #ServerData.mounts == 1 then + window.selectionList:focusChild(nil) + end + window.configure.mount.check:setEnabled(focused) window.configure.mount.check:setChecked(g_game.getLocalPlayer():isMounted() and focused) diff --git a/otclient_dx.exe b/otclient_dx.exe index 8461cde..0b0c683 100644 Binary files a/otclient_dx.exe and b/otclient_dx.exe differ diff --git a/otclient_gl.exe b/otclient_gl.exe index 9d2e83a..b3ffda4 100644 Binary files a/otclient_gl.exe and b/otclient_gl.exe differ diff --git a/otclient_linux b/otclient_linux index 42821a4..f6790e8 100644 Binary files a/otclient_linux and b/otclient_linux differ diff --git a/otclient_mac b/otclient_mac index 20b96c3..93540e3 100644 Binary files a/otclient_mac and b/otclient_mac differ diff --git a/otclientv8.apk b/otclientv8.apk index d6a676d..70c3282 100644 Binary files a/otclientv8.apk and b/otclientv8.apk differ