fix(core): Handles a rare NPE with LoginTimer (#508)

This commit is contained in:
Kamron Batman 2021-02-11 23:47:02 -08:00 committed by GitHub
parent b8a625dcd3
commit 952a3e0265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 118 additions and 127 deletions

View file

@ -1,5 +1,3 @@
using System;
namespace Server.Network
{
public delegate void OnPacketReceive(NetState state, CircularBufferReader reader, ref int packetLength);