Update response.js

This commit is contained in:
GabrielTK 2016-09-28 20:20:06 -03:00 committed by GitHub
parent 26b9e9b197
commit a4f421fe0a

View File

@ -68,6 +68,7 @@ export function processResponse(player, req) {
case "DOWNLOAD_SETTINGS":
case "DOWNLOAD_REMOTE_CONFIG_VERSION":
case "DOWNLOAD_ITEM_TEMPLATES":
case "MARK_TUTORIAL_COMPLETE":
msg.player = player;
player.world.getPacket(req.request_type, msg).then((result) => {
resolve(result);
@ -84,4 +85,4 @@ export function processResponse(player, req) {
});
}
}