Skip to content

Commit 749670c

Browse files
committed
fixed drop XP info
1 parent b63df23 commit 749670c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const GAME_XP = {
2121
sky: [150, 52],
2222
build: [100],
2323
ground: [150],
24-
drop: [150],
24+
drop: [150, 22],
2525
ctf: [150]
2626
};
2727

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hive-tools-wrapper",
3-
"version": "2.0.9",
3+
"version": "2.1.0",
44
"description": "Advanced Hive Bedrock API wrapper with caching.",
55
"main": "./index.js",
66
"dependencies": {

0 commit comments

Comments
 (0)