remove unessisary code

This commit is contained in:
Lawtro37 2024-10-27 20:39:33 +10:00 committed by GitHub
parent 648d4f8255
commit ea793d3cae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();