Skip to content

Commit 6391c48

Browse files
committed
Oops 💀
1 parent b3a43fc commit 6391c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lovely.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1501,7 +1501,7 @@ target = 'functions/misc_functions.lua'
15011501
position = 'at'
15021502
match_indent = true
15031503
pattern = '''
1504-
G.ARGS.score_intensity.earned_score = G.ARGS.score_intensity.earned_score = G.GAME.current_round.current_hand.chips*G.GAME.current_round.current_hand.mult
1504+
G.ARGS.score_intensity.earned_score = G.GAME.current_round.current_hand.chips*G.GAME.current_round.current_hand.mult
15051505
'''
15061506
payload = '''
15071507
G.ARGS.score_intensity.earned_score = math.min(to_number(G.ARGS.score_intensity.earned_score = G.GAME.current_round.current_hand.chips*G.GAME.current_round.current_hand.mult), 1e300)

0 commit comments

Comments
 (0)