Fix naming of Main method
This commit is contained in:
parent
71b9d3933a
commit
d67ee77cac
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ namespace ForgeCore;
|
|||
|
||||
public class ForgeCore
|
||||
{
|
||||
public static int main(string[] args)
|
||||
public static int Main(string[] args)
|
||||
{
|
||||
PluginSystem.InitializeSystem();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue