An attempt was made

This commit is contained in:
Kyle Belanger
2023-10-10 14:22:41 -04:00
parent cc4c3b909f
commit 941df3f7fc
3 changed files with 322 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ namespace AscNet.GameServer
c.Error($"Exception packet received: {exception.Code}, {exception.Message}");
break;
default:
c.Error($"Unknown packet received: {packet}");
break;
}
}