We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dd0287 commit 31db755Copy full SHA for 31db755
advert/commands.lua
@@ -19,7 +19,6 @@ lia.command.add("advertisement", {
19
return
20
end
21
22
- --
23
local advertPrice = lia.config.get("AdvertPrice", 10)
24
local advertCooldown = lia.config.get("AdvertCooldown", 20)
25
if client:getChar():hasMoney(advertPrice) then
0 commit comments