Skip to content

Commit

Permalink
Revert "Add null check for line count call"
Browse files Browse the repository at this point in the history
This reverts commit ac36fe9.
  • Loading branch information
AFADoomer committed May 1, 2022
1 parent ac36fe9 commit eb490bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/libraries/breakstring.zs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class BrokenString : Object

int Count()
{
if (!lines) { return 0; }
return lines.Size();
}

Expand Down

0 comments on commit eb490bc

Please sign in to comment.