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": {