Color format.
This commit is contained in:
parent
22a56e78a1
commit
ad7aa30e88
@ -211,7 +211,7 @@ namespace DiIiS_NA
|
|||||||
worker = new MultithreadEventLoopGroup();
|
worker = new MultithreadEventLoopGroup();
|
||||||
serverBootstrap.LocalAddress(loginConfig.BindIP, loginConfig.Port);
|
serverBootstrap.LocalAddress(loginConfig.BindIP, loginConfig.Port);
|
||||||
Logger.Success(
|
Logger.Success(
|
||||||
$"Blizzless server $[underline]$started$[/]$ - $[lightseagreen]${loginConfig.BindIP}:{loginConfig.Port}");
|
$"Blizzless server $[underline]$started$[/]$ - $[lightseagreen]${loginConfig.BindIP}:{loginConfig.Port}$[/]$");
|
||||||
BattleBackend = new BattleBackend(loginConfig.BindIP, loginConfig.WebPort);
|
BattleBackend = new BattleBackend(loginConfig.BindIP, loginConfig.WebPort);
|
||||||
|
|
||||||
//Diablo 3 Game-Server
|
//Diablo 3 Game-Server
|
||||||
|
|||||||
Loading…
Reference in New Issue
user.block.title