Explorar el Código

Actually fix this specific string.

Ben Diskmaster L hace 14 años
padre
commit
3ac0f1455c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      mcMMO/com/gmail/nossr50/mcMMO.java

+ 1 - 1
mcMMO/com/gmail/nossr50/mcMMO.java

@@ -46,7 +46,7 @@ public class mcMMO extends JavaPlugin
 	 * Donate via paypal to nossr50@gmail.com (A million thanks to anyone that does!)
 	 * Donate via paypal to nossr50@gmail.com (A million thanks to anyone that does!)
 	 */
 	 */
 	
 	
-	public static String maindirectory = "plugins + File.separator + mcMMO"; 
+	public static String maindirectory = "plugins" + File.separator + "mcMMO";
 	File file = new File(maindirectory + File.separator + "config.yml");
 	File file = new File(maindirectory + File.separator + "config.yml");
 	public static final Logger log = Logger.getLogger("Minecraft"); 
 	public static final Logger log = Logger.getLogger("Minecraft"); 
 	private final mcPlayerListener playerListener = new mcPlayerListener(this);
 	private final mcPlayerListener playerListener = new mcPlayerListener(this);