ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/java/installer2/src/net/oni2/aeinstaller/backend/Paths.java
(Generate patch)

Comparing AE/installer2/src/net/oni2/aeinstaller/backend/Paths.java (file contents):
Revision 596 by alloc, Wed Jan 2 17:00:16 2013 UTC vs.
Revision 598 by alloc, Thu Jan 3 18:20:51 2013 UTC

# Line 50 | Line 50 | public class Paths {
50           * @return Data path
51           */
52          public static File getModsPath() {
53 <                return new File(getInstallerPath(), "mods");
53 >                return new File(getInstallerPath(), "packages");
54          }
55  
56          /**

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)