Revert "MapleSolaxiaV2 Revision 1"

This reverts commit 090aea9891.
This commit is contained in:
ronancpl
2015-11-06 13:25:17 -02:00
parent 090aea9891
commit 4cb24a5e3f
3 changed files with 6 additions and 24 deletions

View File

@@ -168,11 +168,11 @@ public class Server implements Runnable {
MapleItemInformationProvider.getInstance().getAllItems();
CashItemFactory.getSpecialCashItems();
System.out.println("Items loaded in " + ((System.currentTimeMillis() - timeToTake) / 1000.0) + " seconds");
System.out.println("Items loaded in " + ((System.currentTimeMillis() - timeToTake) / 1000.0) + " seconds\r\n");
timeToTake = System.currentTimeMillis();
MapleQuest.loadAllQuest();
System.out.println("Quest loaded in " + ((System.currentTimeMillis() - timeToTake) / 1000.0) + " seconds\r\n");
timeToTake = System.currentTimeMillis();
MapleQuest.loadAllQuest();
System.out.println("Quest loaded in " + ((System.currentTimeMillis() - timeToTake) / 1000.0) + " seconds\r\n");
try {