mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-20 14:43:27 +02:00
Version 2.4 - http://otclient.net/showthread.php?tid=160
This commit is contained in:
@@ -530,8 +530,8 @@ function buyConfirmed()
|
||||
sendAction("buy", selectedOffer)
|
||||
if g_game.getFeature(GameIngameStore) and selectedOffer.id and not otcv8shop then
|
||||
local offerName = selectedOffer.title:lower()
|
||||
if string.find(offerName, "name") and string.find(offerName, "change") and modules.game_textedit then
|
||||
modules.game_textedit.singlelineEditor("", function(newName)
|
||||
if string.find(offerName, "name") and string.find(offerName, "change") and modules.client_textedit then
|
||||
modules.client_textedit.singlelineEditor("", function(newName)
|
||||
if newName:len() == 0 then
|
||||
return
|
||||
end
|
||||
|
Reference in New Issue
Block a user