mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-04-24 23:36:51 -05:00
Actually hang onto thread handles
This commit is contained in:
parent
8bbb339fa2
commit
dcf397cbbc
|
|
@ -67,6 +67,7 @@ namespace PkmnFoundations.GlobalTerminalService
|
|||
for (int x = 0; x < Threads; x++)
|
||||
{
|
||||
Thread t = new Thread(MainLoop);
|
||||
m_workers.Add(t);
|
||||
t.Start();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user