summaryrefslogtreecommitdiff
path: root/core/multiplayer/multiplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/multiplayer/multiplayer.h')
-rw-r--r--core/multiplayer/multiplayer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/multiplayer/multiplayer.h b/core/multiplayer/multiplayer.h
index 8ddad61dd0..00c81d3c9a 100644
--- a/core/multiplayer/multiplayer.h
+++ b/core/multiplayer/multiplayer.h
@@ -45,8 +45,8 @@ enum TransferMode {
enum RPCMode {
RPC_MODE_DISABLED, // No rpc for this method, calls to this will be blocked (default)
- RPC_MODE_ANY, // Any peer can call this rpc()
- RPC_MODE_AUTHORITY, // / Only the node's network authority (server by default) can call this rpc()
+ RPC_MODE_ANY, // Any peer can call this RPC
+ RPC_MODE_AUTHORITY, // / Only the node's multiplayer authority (server by default) can call this RPC
};
struct RPCConfig {