Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 126848d

Browse files
authored
Merge pull request #456 from GalDude33/patch-1
Fix WAS_Text_Random_Line `IS_CHANGED` method
2 parents df24828 + e5736c9 commit 126848d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

WAS_Node_Suite.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10290,10 +10290,6 @@ def text_random_line(self, text, seed):
1029010290
choice = random.choice(lines)
1029110291
return (choice, )
1029210292

10293-
@classmethod
10294-
def IS_CHANGED(cls, **kwargs):
10295-
return float("NaN")
10296-
1029710293

1029810294
# Text Concatenate
1029910295

0 commit comments

Comments
 (0)