diff --git a/src/java/com/threerings/getdown/launcher/GetdownAppletConfig.java b/src/java/com/threerings/getdown/launcher/GetdownAppletConfig.java index 2c5d3f3..be32d20 100644 --- a/src/java/com/threerings/getdown/launcher/GetdownAppletConfig.java +++ b/src/java/com/threerings/getdown/launcher/GetdownAppletConfig.java @@ -164,7 +164,7 @@ public class GetdownAppletConfig } String direct = getParameter(DIRECT, "false"); - invokeDirect = Boolean.parseBoolean(direct); + invokeDirect = Boolean.valueOf(direct); String redirectURL = getParameter(REDIRECT_ON_FINISH); if (redirectURL != null) {