From ea793d3cae9d97dd1a5b5b0020df2b44ba01798f Mon Sep 17 00:00:00 2001 From: Lawtro37 <98205608+Lawtro37@users.noreply.github.com> Date: Sun, 27 Oct 2024 20:39:33 +1000 Subject: [PATCH] remove unessisary code --- src/agent/agent.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/agent/agent.js b/src/agent/agent.js index dc3380b..fbe9f47 100644 --- a/src/agent/agent.js +++ b/src/agent/agent.js @@ -28,8 +28,6 @@ export class Agent { initModes(this); - let last_death_pos = null; - let save_data = null; if (load_mem) { save_data = this.history.load();