Skip to content

Commit 459b32b

Browse files
author
Cyral
committed
Fixed error with the server being unable to compile if not in debug configuration
1 parent d3c73de commit 459b32b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Source/Bricklayer Server/Program.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ static void Main(string[] args)
4040
#else
4141
try
4242
{
43-
Run();
43+
Server = new Server();
44+
Server.Run();
4445
}
4546
catch (Exception e)
4647
{

0 commit comments

Comments
 (0)