chris-gong/flopnite-ue4

Reduce the number of server rpc calls

chris-gong opened this issue · 0 comments

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.