diff --git a/mercy-coinshop/config.lua b/mercy-coinshop/config.lua index 732ecda..8e8e2ee 100644 --- a/mercy-coinshop/config.lua +++ b/mercy-coinshop/config.lua @@ -29,7 +29,7 @@ Config.KeyBind = { Config.Tebex = { enabled = true, -- Tebex Redeem aktivieren/deaktivieren apiKey = 'uJKATjAeO2X6NNDYvpt6bESwi5qMNCD2', -- Tebex Secret Key (Plugin API) - identifierType = 'steam', -- 'steam' oder 'license' + identifierType = 'license', -- 'steam' oder 'license' storeUrl = 'https://mercyv.tebex.io', -- Tebex Store URL (wird geoeffnet wenn man auf Coins klickt) }