Happy IntelliJ

This commit is contained in:
glax 2024-01-13 23:24:51 +01:00
parent cfd5d2e2c3
commit ae278b402e

View File

@ -4,6 +4,6 @@ public class Program
{
public static void Main(string[] args)
{
new OpenCS2hock();
OpenCS2hock openCS2Hock = new OpenCS2hock();
}
}