sandstone-mc / sandstone

Sandstone | Next Generation Framework for Minecraft
https://sandstone.dev/
MIT License
171 stars 15 forks source link

Bossbar visible method require arg of incorrect type #179

Closed Mizab1 closed 1 year ago

Mizab1 commented 1 year ago

visible method of bossbar takes the argument of type number, but it should take argument of typeboolean. I have changed the type from number to boolean. bossbar.set('timer_lvl_4').visible(true); : correct function bossbar.set('timer_lvl_4').visible(1); : incorrect function

modified: src/commands/implementations/Bossbar.ts

MulverineX commented 1 year ago

To be resolved in #184