Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
A hotfix for the hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenTholen committed Dec 24, 2018
1 parent 45c8495 commit a349e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/main/functions/master.mcfunction
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
scoreboard players add #tick tick 1
scoreboard players enable @a warpbook
scoreboard players enable @a warpupdatet
execute at @a unless score @s warpbook matches 1.. run scoreboard players set @s warpcooldown 0
execute as @a unless score @s warpcooldown matches 1.. run scoreboard players set @s warpcooldown 0
execute as @a unless score @s warpupdate matches 1 run scoreboard players set @s warpupdate 0
execute as @a if score @s warpupdatet matches 1 run function main:update
#Run the main warping command if a player has pushed the book button
Expand Down

0 comments on commit a349e8d

Please sign in to comment.