Relax the item throwing hint

Too many players seem to be unable to make
this work, possibly due to lag issues...
This commit is contained in:
Aaron Suen 2021-04-23 18:16:26 -04:00
parent e8823a8dae
commit 981cf1b787

View File

@ -5,5 +5,5 @@ local nodecore
nodecore.register_hint(
"throw an item really fast",
"item_drop_speed_15"
"item_drop_speed_14"
)