Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKissaki <kissaki@gmx.de>2011-11-05 00:05:21 +0400
committerKissaki <kissaki@gmx.de>2011-11-05 00:05:21 +0400
commit19aeaedf4200d1f088fb5a27e870c5e4567db685 (patch)
treeaec28a4eaa5eb3a84b98b63e1da00dbfc4ec73ca /overlay/overlay_blacklist.h
parent683d39b26b5e8b1bd928b911790dc1d80be874a5 (diff)
add lollauncher.exe to overlay blacklist
Diffstat (limited to 'overlay/overlay_blacklist.h')
-rw-r--r--overlay/overlay_blacklist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/overlay/overlay_blacklist.h b/overlay/overlay_blacklist.h
index aa9345d41..f8bb0eeff 100644
--- a/overlay/overlay_blacklist.h
+++ b/overlay/overlay_blacklist.h
@@ -58,6 +58,7 @@ static const char *overlayBlacklist[] = {
"hammer.exe", // VALVE Hammer Editor
"hlmv.exe", // Half-Life Model Viewer
"hlfaceposer.exe", // Face Poser (from Source SDK)
+ "LoLLauncher.exe", // League of Legends Launcher/Patcher
NULL
};