diff --git a/src/main/java/com/threerings/getdown/classpath/ClassPaths.java b/src/main/java/com/threerings/getdown/classpath/ClassPaths.java index 84b5607..f7ce8e7 100644 --- a/src/main/java/com/threerings/getdown/classpath/ClassPaths.java +++ b/src/main/java/com/threerings/getdown/classpath/ClassPaths.java @@ -24,7 +24,7 @@ public class ClassPaths */ public static ClassPath buildClassPath (Application app) throws IOException { - return app.useCodeCache() ? buildDefaultClassPath(app) : buildCachedClassPath(app); + return app.useCodeCache() ? buildCachedClassPath(app) : buildDefaultClassPath(app); } /**