Skip to content

Commit

Permalink
Merge pull request #456 from GalDude33/patch-1
Browse files Browse the repository at this point in the history
Fix WAS_Text_Random_Line `IS_CHANGED` method
  • Loading branch information
WAS-PlaiLabs authored Aug 8, 2024
2 parents df24828 + e5736c9 commit 126848d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions WAS_Node_Suite.py
Original file line number Diff line number Diff line change
Expand Up @@ -10290,10 +10290,6 @@ def text_random_line(self, text, seed):
choice = random.choice(lines)
return (choice, )

@classmethod
def IS_CHANGED(cls, **kwargs):
return float("NaN")


# Text Concatenate

Expand Down

0 comments on commit 126848d

Please sign in to comment.