Fix comment copy/paste typo
This commit is contained in:
@@ -1257,7 +1257,7 @@ void NetworkInternal::NetworkReplicatorUpdate()
|
|||||||
continue;
|
continue;
|
||||||
auto& item = it->Item;
|
auto& item = it->Item;
|
||||||
|
|
||||||
// Send despawn message
|
// Send RPC message
|
||||||
//NETWORK_REPLICATOR_LOG(Info, "[NetworkReplicator] Rpc {}::{} object ID={}", e.Name.First.ToString(), String(e.Name.Second), item.ToString());
|
//NETWORK_REPLICATOR_LOG(Info, "[NetworkReplicator] Rpc {}::{} object ID={}", e.Name.First.ToString(), String(e.Name.Second), item.ToString());
|
||||||
NetworkMessageObjectRpc msgData;
|
NetworkMessageObjectRpc msgData;
|
||||||
msgData.ObjectId = item.ObjectId;
|
msgData.ObjectId = item.ObjectId;
|
||||||
|
|||||||
Reference in New Issue
Block a user