mirror of https://github.com/deavminet/dnetd.git
Set to public
This commit is contained in:
parent
1c65c86441
commit
5064a661fd
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue