Skip to content
Snippets Groups Projects
Commit 2319d950 authored by mcmlxxix's avatar mcmlxxix
Browse files

fixed bug reported by desotofireflite where native programs and global hotkeys...

fixed bug reported by desotofireflite where native programs and global hotkeys were being destroyed by cnflib.js (typo)
parent 83253146
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,8 @@ var CNF = new (function() {
if(file.eof)
break;
data.name = getStr(file,struct.name.bytes);
list[i] = data;
list[i].name = data;
list[i].misc = 0;
}
records = i;
for(var i=0;i<records;i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment