forked from MagicBane/Server
Effects.cfg parser
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
|
||||
package engine.server.world;
|
||||
|
||||
import engine.ConfigParsing.EffectsParser;
|
||||
import engine.InterestManagement.RealmMap;
|
||||
import engine.InterestManagement.WorldGrid;
|
||||
import engine.db.archive.DataWarehouse;
|
||||
@@ -76,7 +77,7 @@ public class WorldServer {
|
||||
super();
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
public static void main(String[] args) throws IOException {
|
||||
|
||||
WorldServer worldServer;
|
||||
|
||||
@@ -93,6 +94,8 @@ public class WorldServer {
|
||||
return;
|
||||
}
|
||||
|
||||
EffectsParser.init();
|
||||
|
||||
try {
|
||||
|
||||
worldServer = new WorldServer();
|
||||
|
||||
Reference in New Issue
Block a user