mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-04-24 23:36:51 -05:00
Fixed GlobalTerminalService not running at the console.
This commit is contained in:
parent
bf2b3a9dcd
commit
40062abae4
|
|
@ -25,13 +25,13 @@ namespace PkmnFoundations.GlobalTerminalService
|
|||
|
||||
protected override void OnStart(string[] args)
|
||||
{
|
||||
if (m_server_4 == null) m_server_4 = new GTServer4();
|
||||
if (m_server_5 == null) m_server_5 = new GTServer5();
|
||||
Start();
|
||||
}
|
||||
|
||||
public void Start()
|
||||
{
|
||||
if (m_server_4 == null) m_server_4 = new GTServer4();
|
||||
if (m_server_5 == null) m_server_5 = new GTServer5();
|
||||
m_server_4.BeginPolling();
|
||||
m_server_5.BeginPolling();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user