Skip to content

Commit 32f3718

Browse files
author
Cyral
committed
Fixed issue preventing the server from compiling in RELEASE
1 parent 286b9aa commit 32f3718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Source/Bricklayer Server/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ static void Main(string[] args)
4747
catch (Exception e)
4848
{
4949
//Open all exceptions in an error dialog
50-
System.Windows.Forms.Application.Run(new BricklayerClient.ExceptionForm(e));
50+
System.Windows.Forms.Application.Run(new Bricklayer.Client.ExceptionForm(e));
5151
}
5252
#endif
5353
}

0 commit comments

Comments
 (0)