mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Fix DOM token error in watermark
This commit is contained in:
parent
75d3a13688
commit
57678664d4
@ -25,7 +25,7 @@ export class HUDWatermark extends BaseHUDPart {
|
||||
this.linkElement = makeDiv(
|
||||
parent,
|
||||
"ingame_HUD_WatermarkClicker",
|
||||
globalConfig.currentDiscount.active ? ["withDiscount"] : [""],
|
||||
globalConfig.currentDiscount.active ? ["withDiscount"] : [],
|
||||
T.ingame.watermark.get_on_steam +
|
||||
(globalConfig.currentDiscount.active
|
||||
? `<span class='discount'>${globalConfig.currentDiscount.amount}% off!</span>`
|
||||
|
Loading…
Reference in New Issue
Block a user