From a46c6a75562dd451c4035f2b84816ab2cdc39522 Mon Sep 17 00:00:00 2001 From: Mc-muffin <8714476+Mc-muffin@users.noreply.github.com> Date: Fri, 19 May 2023 10:16:01 -0500 Subject: [PATCH] String reading memes --- pythonlib/games/ToolsTOR.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pythonlib/games/ToolsTOR.py b/pythonlib/games/ToolsTOR.py index 6918398..c90369a 100644 --- a/pythonlib/games/ToolsTOR.py +++ b/pythonlib/games/ToolsTOR.py @@ -428,7 +428,6 @@ class ToolsTOR(ToolsTales): if (offset > 0): theirsce.seek(offset, 0) - b = theirsce.read(1) while True: b = theirsce.read(1) if b == end_strings: break