ResourcePacksInfoPacket: Added missing setter#316
Conversation
|
someday 🙏 |
|
As I mentioned in pmmp/PocketMine-MP#6739, we don't actually need this API since you can just create a new packet and use |
|
Related to #330 |
|
Just bumping this as a plugins come in, with its whole purpose of reflecting But after checking with dries, not sure why this field was private to begin with? especially if this PR adds a setter, seems like it should be changed to public. (leave the getter for BC if you really want) Or was this intentionally private as all? fields now get added as private with getter? |
|
See #330 |
Resolves pmmp/PocketMine-MP#6739, pmmp/PocketMine-MP#6740