Separated the Classic Datapack to it's own folder.

This commit is contained in:
MobiusDev
2015-05-02 03:45:56 +00:00
parent 08e28fe058
commit 484bff80bb
11501 changed files with 2200482 additions and 627 deletions

View File

@ -77,7 +77,7 @@ public class TvTEvent
protected static final Logger _log = Logger.getLogger(TvTEvent.class.getName());
/** html path **/
private static final String htmlPath = "data/scripts/custom/events/TvT/TvTManager/";
private static final String htmlPath = "scripts/custom/events/TvT/TvTManager/";
/** The teams of the TvTEvent<br> */
private static TvTEventTeam[] _teams = new TvTEventTeam[2];
/** The state of the TvTEvent<br> */