1
This commit is contained in:
@@ -61,8 +61,15 @@ namespace BITKit.Net
|
||||
|
||||
private void Tick(object sender, ElapsedEventArgs e)
|
||||
{
|
||||
if (server.IsActive() is false || ManualTick) return;
|
||||
try
|
||||
{
|
||||
if (server.IsActive() is false || ManualTick) return;
|
||||
server.Tick();
|
||||
}
|
||||
catch (Exception exception)
|
||||
{
|
||||
BIT4Log.LogException(exception);
|
||||
}
|
||||
}
|
||||
|
||||
public void StartServer(ushort port = 27014)
|
||||
|
Reference in New Issue
Block a user