1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 17:53:39 +02:00

Set to public

This commit is contained in:
Tristan B. Kildaire 2021-01-29 14:30:16 +02:00
parent 1c65c86441
commit 5064a661fd

View File

@ -148,7 +148,7 @@ public class DServer : Thread
return meyerSS;
}
private void startServer()
public void startServer()
{
/* Initialize the Meyer linking sub-system */
meyerSS = new DMeyer(this, config.getLinks());