Skip to content

Commit

Permalink
NOW, its relative.
Browse files Browse the repository at this point in the history
  • Loading branch information
GUIpsp committed Aug 3, 2011
1 parent 7922fa7 commit db750d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/GUIpsp/GuiBot/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class Main {
public static Map classmap = new HashMap();
public static Map cmdmap = new HashMap();
public static Map<String, String> helpmap = new HashMap<String, String>();
static File directory = new File("/home/guipsp/Desktop/GuiBot/plugins/");
static File directory = new File("plugins/");
public static String nick = "GuiBot";
public static GuiBot bot = new GuiBot();
public static void main(String[] args) throws Throwable {
Expand Down

0 comments on commit db750d8

Please sign in to comment.