From f9c55d4706db3c2fbe9838d2a39ae35f2cca095a Mon Sep 17 00:00:00 2001 From: Alexrns <43177414+Alexrns@users.noreply.github.com> Date: Thu, 17 Dec 2020 21:39:26 -0600 Subject: [PATCH] Update noise.py player hiding This isnt a fix but would at least let you get your players back without restarting --- plugins/noise.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/noise.py b/plugins/noise.py index 6f2a1b1..1309682 100644 --- a/plugins/noise.py +++ b/plugins/noise.py @@ -49,6 +49,8 @@ def afterUpdate(self): if self.config.hide_shells: # fail: triggers game's "unknown object" box drawing ffi.cast('int *', props.vid.s)[-3] = 0 + else: + ffi.cast('int *', props.vid.s)[-3] = 1 if self.config.hide_names: # remember and remove relevant bits; also hides factions