This commit is contained in:
OTCv8
2020-06-09 18:19:20 +02:00
parent 76d6f2ce7d
commit 541e189d3f
154 changed files with 2540 additions and 1221 deletions

View File

@@ -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