Skip to content

Commit 63bc01b

Browse files
committed
launcher logging
1 parent 85b733a commit 63bc01b

File tree

6 files changed

+168
-88
lines changed

6 files changed

+168
-88
lines changed

FlashpointSecurePlayer/EnvironmentVariables.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public void Activate(string name, string server, string applicationMutexName) {
8181
// because the compatibility layers only take effect
8282
// on process start
8383
if (values.Except(compatibilityLayerValues).Any()) {
84-
throw new CompatibilityLayersException("The Compatibility Layers (" + String.Join(", ", compatibilityLayerValues) + ") cannot be set.");
84+
throw new CompatibilityLayersException("The Compatibility Layers (" + value + ") cannot be set.");
8585
}
8686
}
8787

0 commit comments

Comments
 (0)