-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathPatch.diff
35 lines (32 loc) · 1.28 KB
/
Patch.diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
### Eclipse Workspace Patch 1.0
#P L2jFrozen_GameServer
Index: .classpath
===================================================================
--- .classpath (revision 1132)
+++ .classpath (working copy)
@@ -47,5 +47,6 @@
<classpathentry kind="lib" path="lib/uMad/xalan-2.7.1.jar"/>
<classpathentry kind="lib" path="lib/uMad/xercesImpl-2.11.0.jar"/>
<classpathentry kind="lib" path="lib/uMad/xml-apis-1.4.01.jar"/>
+ <classpathentry kind="lib" path="lib/VDSystem.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Index: head-src/com/l2jfrozen/gameserver/GameServer.java
===================================================================
--- head-src/com/l2jfrozen/gameserver/GameServer.java (revision 1132)
+++ head-src/com/l2jfrozen/gameserver/GameServer.java (working copy)
@@ -155,6 +155,8 @@
import com.l2jfrozen.util.Util;
import com.l2jfrozen.util.database.L2DatabaseFactory;
+import itopz.com.VDSystemManager;
+
public class GameServer
{
private static Logger LOGGER = Logger.getLogger("Loader");
@@ -577,6 +579,8 @@
if ((Config.OFFLINE_TRADE_ENABLE || Config.OFFLINE_CRAFT_ENABLE) && Config.RESTORE_OFFLINERS)
OfflineTradeTable.restoreOfflineTraders();
+ VDSystemManager.getInstance();
+
Util.printSection("Protection");
if (Config.CHECK_SKILLS_ON_ENTER)