diff --git a/xtrn/lord/lord.js b/xtrn/lord/lord.js index 7936f6b1d98688707fa98b70b801990a5c3187e2..af27b95b90439d7bf0a878096a0ea6a1810eca6a 100644 --- a/xtrn/lord/lord.js +++ b/xtrn/lord/lord.js @@ -5832,8 +5832,10 @@ function hello() tmp = parseInt(tmp, 10); if (tmp !== player.Record) { op = player_get(tmp); - op.on_now = false; - op.put(false); + if (op !== null) { + op.on_now = false; + op.put(false); + } } } no.close();