Skip to content

Commit 9dd0287

Browse files
committed
Update commands.lua
1 parent 898d230 commit 9dd0287

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

advert/commands.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ lia.command.add("advertisement", {
1919
return
2020
end
2121

22+
--
2223
local advertPrice = lia.config.get("AdvertPrice", 10)
2324
local advertCooldown = lia.config.get("AdvertCooldown", 20)
2425
if client:getChar():hasMoney(advertPrice) then
@@ -34,4 +35,4 @@ lia.command.add("advertisement", {
3435
client:notifyLocalized("AdvertInsufficientFunds")
3536
end
3637
end,
37-
})
38+
})

0 commit comments

Comments
 (0)