pass compile; add void vault code

This commit is contained in:
鱼鱼 2020-05-17 21:38:47 +08:00
parent 43f586cde5
commit 1ed95c737e
10 changed files with 112 additions and 75 deletions

View file

@ -1,4 +1,4 @@
/*
/*
TShock, a server mod for Terraria
Copyright (C) 2011-2019 Pryaxis & TShock Contributors
@ -185,7 +185,7 @@ namespace TShockAPI.Sockets
private void ListenLoop(object unused)
{
while (this._isListening && !Netplay.disconnect)
while (this._isListening && !Netplay.Disconnect)
{
try
{