mirror of
https://github.com/mm201/pkmn-classic-framework.git
synced 2026-08-27 04:34:11 -05:00
Actually hang onto thread handles
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user