Skip to content

Commit

Permalink
fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexb5dh committed Jan 30, 2017
1 parent bb4f0ff commit eea5a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TimeSpeed/TimeSpeed.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public override void Entry(params object[] objects)
ControlEvents.KeyPressed += (sender, args) =>
{
if (!Game1.hasLoadedGame) return;
if (Game1.activeClickableMenu != null) return;
var key = args.KeyPressed;
Expand Down

0 comments on commit eea5a31

Please sign in to comment.