Skip to content

Commit 2ad2e31

Browse files
authored
Merge pull request #29 from engsr6982/master
修正 Player.d.ts 中的文本字符串错误
2 parents 8edca8d + b6cba3a commit 2ad2e31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GameAPI/Player.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ declare namespace mc {
10401040
/**
10411041
* 获取玩家对应的NBT对象
10421042
* @param uuid 玩家的UUID
1043-
* @returns 玩家的UUID
1043+
* @returns 玩家的NBT对象
10441044
* **可获取离线玩家的nbt**
10451045
*/
10461046
function getPlayerNbt(uuid: string): NbtCompound;

0 commit comments

Comments
 (0)