mirror of
https://github.com/unmojang/node-minecraft-protocol.git
synced 2025-09-29 14:13:45 -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) {
|
||||
var results = {
|
||||
"..": context;
|
||||
"..": context
|
||||
};
|
||||
for(var index in typeArgs) {
|
||||
results[typeArgs[index].name] = getValue(typeArgs[index].type, results);
|
||||
|
Loading…
x
Reference in New Issue
Block a user