We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cc265 commit 2d6480eCopy full SHA for 2d6480e
js/Parser.js
@@ -257,7 +257,7 @@ Parser.prototype.openLinks = function(line) {
257
var action = '';
258
var label;
259
for (var i = 0; i < command2.length; i++) {
260
- label = command + '_' + command2[i].trim();
+ label = command + command2[i].trim();
261
if (Game.getVar('hide_' + label) > 0) {
262
continue;
263
}
0 commit comments