Update AssemblyInfo

This commit is contained in:
Silica 2022-03-08 19:49:53 -05:00
parent 5152bab296
commit 1b7dab464d

View file

@ -85,8 +85,6 @@ namespace HISP
RegisterForm rfrm = new RegisterForm();
if (rfrm.ShowDialog() == DialogResult.Cancel)
GameServer.ShutdownServer();
lfrm.Focus();
}