From 749670c7d0731670a986b9d86e413077f96667dc Mon Sep 17 00:00:00 2001 From: DaPigGuy Date: Wed, 8 Jun 2022 23:32:07 -0700 Subject: [PATCH] fixed drop XP info --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index ae6be7b..03d68ef 100644 --- a/index.js +++ b/index.js @@ -21,7 +21,7 @@ const GAME_XP = { sky: [150, 52], build: [100], ground: [150], - drop: [150], + drop: [150, 22], ctf: [150] }; diff --git a/package.json b/package.json index 76803f8..14d52d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hive-tools-wrapper", - "version": "2.0.9", + "version": "2.1.0", "description": "Advanced Hive Bedrock API wrapper with caching.", "main": "./index.js", "dependencies": {