From 98fcfec1bb35f4940d0aa5396e489010f891f207 Mon Sep 17 00:00:00 2001 From: NuclearW Date: Mon, 25 Jul 2011 00:15:45 -0400 Subject: [PATCH] Be sure to make the FlatFileStuff directory. --- mcMMO/com/gmail/nossr50/party/Party.java | 1 + 1 file changed, 1 insertion(+) diff --git a/mcMMO/com/gmail/nossr50/party/Party.java b/mcMMO/com/gmail/nossr50/party/Party.java index 376703105..d9e21e1c9 100644 --- a/mcMMO/com/gmail/nossr50/party/Party.java +++ b/mcMMO/com/gmail/nossr50/party/Party.java @@ -32,6 +32,7 @@ public class Party private static mcMMO plugin; public Party(mcMMO instance) { + new File(mcMMO.maindirectory + File.separator + "FlatFileStuff").mkdir(); plugin = instance; } private static volatile Party instance;