From 191487199b2d21b5e49b966b4993d7726198c927 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sat, 5 Mar 2016 11:54:23 +0100 Subject: [PATCH] Client: Reset "things here" window scroll on content reset. --- client/query_mapcell.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/query_mapcell.py b/client/query_mapcell.py index 838fb7e..f446890 100644 --- a/client/query_mapcell.py +++ b/client/query_mapcell.py @@ -12,3 +12,4 @@ def query_mapcell(): + str(world_data["map_center"][1]) send(string) world_data["look"] = ["(polling)"] + world_data["look_scroll"] = 0 -- 2.30.2