Skip to content

Commit

Permalink
Fixed last issue with StickyKeyFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY committed Jan 9, 2018
1 parent 6b00181 commit 17b5f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrEngine/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ int RunApplication(pcstr commandLine)
}

StickyKeyFilter filter;
if (GEnv.isDedicatedServer)
if (!GEnv.isDedicatedServer)
filter.initialize();

FPU::m24r();
Expand Down

0 comments on commit 17b5f8d

Please sign in to comment.