1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-18 04:21:31 +02:00

Temporary fix for javadoc bug

This commit is contained in:
snowleo
2012-10-08 22:59:28 +02:00
parent 591d4af167
commit b1103726cb
2 changed files with 3 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ public class EssentialsExtra extends JavaPlugin
{
final IEssentials ess = ((BukkitPlugin)getServer().getPluginManager().getPlugin("Essentials-3")).getEssentials();
File commandDir = new File(ess.getPlugin().getDataFolder(), "extras");
commandDir.mkdir();
commandDir.mkdirs();
URL[] urls = null;
try

View File

@@ -1,3 +1,5 @@
package net.ess3.extra.commands;
import java.util.Random;
import net.ess3.api.IUser;