diff options
| author | william341 <[email protected]> | 2017-02-04 14:49:21 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-04 14:49:21 -0700 |
| commit | 327e97f44458a6b620c953bb526b1305c8c7412c (patch) | |
| tree | 261685b00feac091d9e0c9d7443e95a06c79e096 | |
| parent | 1302b0097b9771c339618dcc520b138fc1333568 (diff) | |
| download | shiftos_thereturn-327e97f44458a6b620c953bb526b1305c8c7412c.tar.gz shiftos_thereturn-327e97f44458a6b620c953bb526b1305c8c7412c.tar.bz2 shiftos_thereturn-327e97f44458a6b620c953bb526b1305c8c7412c.zip | |
Update Program.cs
| -rw-r--r-- | ShiftOS.Modding.VirtualMachine/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Modding.VirtualMachine/Program.cs b/ShiftOS.Modding.VirtualMachine/Program.cs index 3d78ad8..50e6ae0 100644 --- a/ShiftOS.Modding.VirtualMachine/Program.cs +++ b/ShiftOS.Modding.VirtualMachine/Program.cs @@ -14,7 +14,7 @@ namespace ShiftOS.Modding.VirtualMachine [STAThread] static void Main() { - ShiftOS.WinForms.Program.Main(); + } } } |
