Server uses data folder as datapack base folder, plus more fixes for previous commit.

This commit is contained in:
MobiusDev
2016-10-21 14:02:37 +00:00
parent 4df1abce3f
commit 6107624b59
231 changed files with 311 additions and 331 deletions

View File

@@ -31,7 +31,7 @@ import com.l2jmobius.gameserver.network.serverpackets.PlaySound;
/**
* @author DS
*/
final class BoatGludinRune implements Runnable
public final class BoatGludinRune implements Runnable
{
private static final Logger _log = Logger.getLogger(BoatGludinRune.class.getName());

View File

@@ -31,7 +31,7 @@ import com.l2jmobius.gameserver.network.serverpackets.PlaySound;
/**
* @author DS
*/
final class BoatInnadrilTour implements Runnable
public final class BoatInnadrilTour implements Runnable
{
private static final Logger _log = Logger.getLogger(BoatInnadrilTour.class.getName());

View File

@@ -31,7 +31,7 @@ import com.l2jmobius.gameserver.network.serverpackets.PlaySound;
/**
* @author DS
*/
final class BoatRunePrimeval implements Runnable
public final class BoatRunePrimeval implements Runnable
{
private static final Logger _log = Logger.getLogger(BoatRunePrimeval.class.getName());