Skip to content

Commit

Permalink
fixed drop XP info
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Jun 9, 2022
1 parent b63df23 commit 749670c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const GAME_XP = {
sky: [150, 52],
build: [100],
ground: [150],
drop: [150],
drop: [150, 22],
ctf: [150]
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 749670c

Please sign in to comment.