mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 22:23:21 -04:00
Fix syntax error in test.js
This commit is contained in:
parent
df2caf74cb
commit
6c3359598e
@ -48,7 +48,7 @@ var values = {
|
|||||||
},
|
},
|
||||||
'container': function(typeArgs, context) {
|
'container': function(typeArgs, context) {
|
||||||
var results = {
|
var results = {
|
||||||
"..": context;
|
"..": context
|
||||||
};
|
};
|
||||||
for(var index in typeArgs) {
|
for(var index in typeArgs) {
|
||||||
results[typeArgs[index].name] = getValue(typeArgs[index].type, results);
|
results[typeArgs[index].name] = getValue(typeArgs[index].type, results);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user