aboutsummaryrefslogtreecommitdiffstats
path: root/stella.js
diff options
context:
space:
mode:
Diffstat (limited to 'stella.js')
-rw-r--r--stella.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/stella.js b/stella.js
index 001d150..991928c 100644
--- a/stella.js
+++ b/stella.js
@@ -1716,7 +1716,7 @@ Thanks:
];
lastCompletions = self.player.relations;
context.completions =
- self.player.relations.map(function (rel, index) rel.completionItem(index + 1));
+ lastCompletions.map(function (rel, index) rel.completionItem(index + 1));
},
},
true