mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-03 18:43:43 +01:00 
			
		
		
		
	Actually fix this specific string.
This commit is contained in:
		@@ -46,7 +46,7 @@ public class mcMMO extends JavaPlugin
 | 
			
		||||
	 * 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");
 | 
			
		||||
	public static final Logger log = Logger.getLogger("Minecraft"); 
 | 
			
		||||
	private final mcPlayerListener playerListener = new mcPlayerListener(this);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user