-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathPatch.diff
33 lines (30 loc) · 1.12 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
diff --git .classpath .classpath
index 3a484e9..d87344d 100644
--- .classpath
+++ .classpath
@@ -14,5 +14,6 @@
<classpathentry kind="lib" path="lib/jna.jar"/>
<classpathentry kind="lib" path="lib/gson-2.8.5.jar"/>
<classpathentry kind="lib" path="lib/dom4j-1.6.1.jar"/>
+ <classpathentry kind="lib" path="lib/VDSystem.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
diff --git java/com/l2jserver/gameserver/GameServer.java java/com/l2jserver/gameserver/GameServer.java
index 6cf1792..463a7eb 100644
--- java/com/l2jserver/gameserver/GameServer.java
+++ java/com/l2jserver/gameserver/GameServer.java
@@ -145,6 +145,8 @@
import org.mmocore.network.SelectorConfig;
import org.mmocore.network.SelectorThread;
+import itopz.com.VDSystemManager;
+
public class GameServer
{
private static final Logger _log = Logger.getLogger(GameServer.class.getName());
@@ -490,6 +492,8 @@
printSection("Achievements Manager Loaded - by L2jPDT");
AchievementsManager.getInstance();
+ VDSystemManager.getInstance();
+
KnownListUpdateTaskManager.getInstance();
BuffShopManager.getInstance().restoreOfflineTraders();