Added Ronin Launcher

This commit is contained in:
Devine Lu Linvega
2017-01-12 15:22:04 -07:00
parent 35eabf2183
commit 2499f805ba
2 changed files with 8 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ function Help(rune)
}
html += "\n";
html += "- Variables: ";
for (var key in ronin.modules[key].variables){
for(var key in ronin.modules[key].variables){
html += "`"+key+"` ";
}
html += "\n\n";