GrapeSodaGames / Multiplayer

0 stars 0 forks source link

Multiplayer not working again, dig into this #125

Closed zaphodb2002 closed 4 months ago

zaphodb2002 commented 4 months ago

E 0:00:07:0682 _process_rpc: RPC 'update_player_info' is not allowed on node /root/Server from: 539487054. Mode is 2, authority is 1. <C++ Error> Condition "!can_call" is true. <C++ Source> modules/multiplayer/scene_rpc_interface.cpp:252 @ _process_rpc()

so I must have changed the RPC decorators. Should be easy enough to resolve.

However, it's probably a good idea to also get in there and redo the multiplayer stuff some, it is the earliest code in the project. I'll spend a few hours on this.