Fix for empty param dict
This commit is contained in:
parent
0893676169
commit
531468dcb4
@ -684,8 +684,8 @@ function param()
|
||||
d.name = p[1];
|
||||
var obj = {};
|
||||
var out = new Dict;
|
||||
if (d.contains("player") == 0) return;
|
||||
var keys = d.getkeys();
|
||||
//post(d.stringify(), "\n");
|
||||
var index1 = d.get("player");
|
||||
var msg = keys.indexOf("player") ? keys[0] : keys[1];
|
||||
var val = d.get(msg);
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user