JitseB / NPCLib

(Minecraft) NPCLib – Basic non-player character library.
MIT License
197 stars 49 forks source link

Set global text variable when setText called #153

Closed squili closed 3 years ago

squili commented 3 years ago

This allows getText() without any specified player to correct retrieve the npc's text. Currently, if you set the text for all players, and then retrieve it without specifying a player, it will return an empty list.

JitseB commented 3 years ago

Yes, something I forgot to add myself. Thanks for the PR! :)

Merging!