mirror of
https://github.com/PrismarineJS/node-minecraft-protocol.git
synced 2025-02-27 14:44:01 -05:00
Fix syntax error in test.js
This commit is contained in:
parent
df2caf74cb
commit
6c3359598e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue