Use unique logs
This commit is contained in:
parent
fb17a80a37
commit
b8433b055a
@ -5,7 +5,7 @@ export class Program
|
|||||||
{
|
{
|
||||||
public static main(args: string[])
|
public static main(args: string[])
|
||||||
{
|
{
|
||||||
Log.init("./Logs/Haru.log");
|
Log.init("./Logs/Haru-launcher.log");
|
||||||
GameStarter.run();
|
GameStarter.run();
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -5,7 +5,7 @@ export class Program
|
|||||||
{
|
{
|
||||||
public static main(args: string[])
|
public static main(args: string[])
|
||||||
{
|
{
|
||||||
Log.init("./Logs/Haru.log");
|
Log.init("./Logs/Haru-server.log");
|
||||||
new ServerCluster().start();
|
new ServerCluster().start();
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user