fix(core): Fixes buy packet (#453)
- [X] Fixes buy packet - [X] Changes from null to empty string in gump initial text
This commit is contained in:
parent
995149ad01
commit
50e9b367fc
7 changed files with 12 additions and 12 deletions
|
|
@ -606,7 +606,7 @@ namespace Server.Network
|
|||
|
||||
public bool HandleReceive()
|
||||
{
|
||||
if (Connection == null)
|
||||
if (Connection == null || !_running)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue