Skip to content

Commit

Permalink
bank: fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
elsongabriel committed Nov 11, 2023
1 parent 6c08e40 commit fb2169b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/scripts/talkactions/player/bank.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function transfer.onSay(player, words, param)

local name = split[1]
if not name then
player:sendTextMessage(config.messageStyle, "Invalid name.")
return true
end
name = name:trim()
Expand Down

0 comments on commit fb2169b

Please sign in to comment.