Skip to content

Commit 041827a

Browse files
committed
fix: minor typo in player tick
1 parent 3810793 commit 041827a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ execute as @a run commands player
137137
138138
# on login, chk name change
139139
execute unless score @s rx.pdb.counter = $global rx.pdb.counter run function ../uuid/check
140-
scoreboard players operation @s rx.playedb.counter = $global rx.pdb.counter
140+
scoreboard players operation @s rx.pdb.counter = $global rx.pdb.counter
141141
142142
# list trigger
143143
execute unless score @s rx.pdb.list matches 0 run function rx.playerdb:admin/list

0 commit comments

Comments
 (0)