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