Reduce the number of server rpc calls
chris-gong opened this issue · 0 comments
chris-gong commented
Currently, the code needs to be refactored so that more logic is done on the client instead of on the server, This can be achieved by reducing the number of server and netmulticast calls, and only using these functions when absolutely necessary. Also, these functions will contain little logic as to not put strain on the server.