pass compile; add void vault code
This commit is contained in:
parent
43f586cde5
commit
1ed95c737e
10 changed files with 112 additions and 75 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue