Minor change to the sled message, hold sneak instead of press sneak!

This commit is contained in:
Quentin Quaadgras 2018-04-23 21:41:35 +12:00
parent 0c90b5dcf3
commit a624a6fabe
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ local function sled_rightclick(self, player)
position = {x=0.5, y=0.89},
name = "sled",
scale = {x=2, y=2},
text = "You are on the sled! Press the sneak key to get off the sled.", -- LazyJ
text = "You are on the sled! Hold the sneak key to get off the sled.", -- LazyJ
direction = 0,
})
-- End part 1