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

Moved reflection read/write methods to their own partial class files

This commit is contained in:
lidgren
2010-05-30 13:58:04 +00:00
parent 2b5967794e
commit 09c241f428
6 changed files with 256 additions and 185 deletions

View File

@@ -438,8 +438,7 @@ namespace Lidgren.Network
break;
case NetMessageLibraryType.Connect:
if (!m_configuration.m_acceptIncomingConnections)
{
LogWarning("Connect received; but we're not accepting incoming connections!");