Skip to content

Commit 17b5f8d

Browse files
committed
Fixed last issue with StickyKeyFilter
1 parent 6b00181 commit 17b5f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xrEngine/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ int RunApplication(pcstr commandLine)
352352
}
353353

354354
StickyKeyFilter filter;
355-
if (GEnv.isDedicatedServer)
355+
if (!GEnv.isDedicatedServer)
356356
filter.initialize();
357357

358358
FPU::m24r();

0 commit comments

Comments
 (0)