fsdfds
This commit is contained in:
parent
10cf6f2405
commit
4943f304d9
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ class ModAction(Base):
|
|||
@lazy
|
||||
def string(self):
|
||||
|
||||
output = ACTIONTYPES[self.kind]["str"].format(self=self).format(cc=cc)
|
||||
output = ACTIONTYPES[self.kind]["str"].format(self=self, cc=cc)
|
||||
|
||||
if self.note: output += f" <i>({self.note})</i>"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue