1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-15 06:36:30 +09:00

Changed all Endpoint to EndPoint for consistency

This commit is contained in:
lidgren
2012-07-06 21:28:13 +00:00
parent b49392182b
commit 1ecf9fd8b8
19 changed files with 101 additions and 102 deletions

View File

@@ -72,8 +72,8 @@
<Project>{49BA1C69-6104-41AC-A5D8-B54FA9F696E8}</Project>
<Name>Lidgren.Network</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\SamplesCommon\SamplesCommon\SamplesCommon.csproj">
<Project>{64D2482A-3C16-4D1F-A3F6-058FC3D73E21}</Project>
<ProjectReference Include="..\..\..\SamplesCommon\SamplesCommon.csproj">
<Project>{773069DA-B66E-4667-ADCB-0D215AD8CF3E}</Project>
<Name>SamplesCommon</Name>
</ProjectReference>
</ItemGroup>

View File

@@ -79,7 +79,7 @@ namespace DurableServer
break;
case NetIncomingMessageType.DiscoveryRequest:
// just send a no-info response
Server.SendDiscoveryResponse(null, msg.SenderEndpoint);
Server.SendDiscoveryResponse(null, msg.SenderEndPoint);
break;
case NetIncomingMessageType.ConnectionApproval:
string ok = msg.ReadString();