apo kapoious odigous mesa sto maxcheater lene pws apo auto edw "@@ -406,6 +410,11 @@" katalabeneis se poia grami prepei na addareis ton code ....alla re paidia den exw brei kanenan odigo pou na leei pws briskoume autin tin grammi apo auto to pragma ! ligo boithia :) ???????? PWS TIN BRISKW TIN "LINE(grammi)"
to exis erotima mou pws ginetai na addaro auton ton code??
### Eclipse Workspace Patch 1.0
#P L2J_Server
Index: java/com/l2jserver/gameserver/GameServer.java
===================================================================
--- java/com/l2jserver/gameserver/GameServer.java (revision 4569)
+++ java/com/l2jserver/gameserver/GameServer.java (working copy)
@@ -135,6 +136,8 @@
import com.l2jserver.status.Status;
import com.l2jserver.util.DeadLockDetector;
import com.l2jserver.util.IPv4Filter;
+import com.l2jserver.gameserver.instancemanager.AutoVoteRewardHandler;
+
@@ -406,6 +410,11 @@
if ((Config.OFFLINE_TRADE_ENABLE || Config.OFFLINE_CRAFT_ENABLE) && Config.RESTORE_OFFLINERS)
OfflineTradersTable.restoreOfflineTraders();
+
+
+
+ AutoVoteRewardHandler.getInstance();
+
if (Config.DEADLOCK_DETECTOR)
{