We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
src/commands.cpp: In function ‘void chat_handle_packet_send(Minecraft*, ChatPacket*)’: src/commands.cpp:153:101: error: ‘Level’ {aka ‘struct Level’} has no member named ‘is_client_side’ 153 | if (packet->message.c_str()[0] != '/' || packet->message.c_str()[1] == '/' || minecraft->level->is_client_side) { | ^~~~~~~~~~~~~~ make: *** [Makefile:14: build/commands.o] Error 1
Running the latest release of MCPI Reborn as advised in the building section. Built with make all
make all
The text was updated successfully, but these errors were encountered:
The building of this requires some new symbols, which I have added in a pull request: https://gitea.thebrokenrail.com/minecraft-pi-reborn/minecraft-pi-reborn/pulls/106 Until that is merged, you probably can't build it unfortunately.
Sorry, something went wrong.
Couldn't you just manually add the changes from the PR and build MCPI Reborn yourself for now?
No branches or pull requests
Running the latest release of MCPI Reborn as advised in the building section.
Built with
make all
The text was updated successfully, but these errors were encountered: