Skip to content

Commit

Permalink
Fixed startup on headless servers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mirsario committed Jun 29, 2022
1 parent fcce2c3 commit a7cd2eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Core/Input/InputSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

namespace TerrariaOverhaul.Core.Input
{
[Autoload(Side = ModSide.Client)]
public sealed class InputSystem : ModSystem
{
private static MouseState mouseState;
Expand Down

0 comments on commit a7cd2eb

Please sign in to comment.