Skip to content

Commit 0763e63

Browse files
Merge pull request #433 from TheRealNova422-real/patch-14
Fixed A Crash
2 parents 445f3cb + 4d1f98c commit 0763e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lovely/stake.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ payload = '''
151151
eternal = self.ability and self.ability.eternal,
152152
perishable = self.ability and self.ability.perishable,
153153
perish_tally = self.ability and self.ability.perish_tally,
154-
rental = self.ability and self.ability.rental
154+
rental = self.ability and self.ability.rental,
155155
'''
156156
match_indent = true
157157

0 commit comments

Comments
 (0)