Fix comment copy/paste typo

This commit is contained in:
Wojtek Figat
2023-04-12 15:43:03 +02:00
parent 3c1622fbfd
commit f8cf82a005

View File

@@ -1257,7 +1257,7 @@ void NetworkInternal::NetworkReplicatorUpdate()
continue;
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());
NetworkMessageObjectRpc msgData;
msgData.ObjectId = item.ObjectId;