Use proper load method for InstanceManager.
This commit is contained in:
@@ -295,7 +295,7 @@ public class GameServer
|
||||
CommissionManager.getInstance();
|
||||
|
||||
printSection("Instance");
|
||||
InstanceManager.getInstance().load();
|
||||
InstanceManager.getInstance();
|
||||
|
||||
printSection("Olympiad");
|
||||
Olympiad.getInstance();
|
||||
|
@@ -79,6 +79,7 @@ public final class InstanceManager implements IGameXmlReader
|
||||
|
||||
protected InstanceManager()
|
||||
{
|
||||
load();
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
@@ -301,7 +301,7 @@ public class GameServer
|
||||
CommissionManager.getInstance();
|
||||
|
||||
printSection("Instance");
|
||||
InstanceManager.getInstance().load();
|
||||
InstanceManager.getInstance();
|
||||
|
||||
printSection("Olympiad");
|
||||
Olympiad.getInstance();
|
||||
|
@@ -79,6 +79,7 @@ public final class InstanceManager implements IGameXmlReader
|
||||
|
||||
protected InstanceManager()
|
||||
{
|
||||
load();
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
@@ -301,7 +301,7 @@ public class GameServer
|
||||
CommissionManager.getInstance();
|
||||
|
||||
printSection("Instance");
|
||||
InstanceManager.getInstance().load();
|
||||
InstanceManager.getInstance();
|
||||
|
||||
printSection("Olympiad");
|
||||
Olympiad.getInstance();
|
||||
|
@@ -79,6 +79,7 @@ public final class InstanceManager implements IGameXmlReader
|
||||
|
||||
protected InstanceManager()
|
||||
{
|
||||
load();
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
@@ -301,7 +301,7 @@ public class GameServer
|
||||
CommissionManager.getInstance();
|
||||
|
||||
printSection("Instance");
|
||||
InstanceManager.getInstance().load();
|
||||
InstanceManager.getInstance();
|
||||
|
||||
printSection("Olympiad");
|
||||
Olympiad.getInstance();
|
||||
|
@@ -79,6 +79,7 @@ public final class InstanceManager implements IGameXmlReader
|
||||
|
||||
protected InstanceManager()
|
||||
{
|
||||
load();
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
@@ -299,7 +299,7 @@ public class GameServer
|
||||
CommissionManager.getInstance();
|
||||
|
||||
printSection("Instance");
|
||||
InstanceManager.getInstance().load();
|
||||
InstanceManager.getInstance();
|
||||
|
||||
printSection("Olympiad");
|
||||
Olympiad.getInstance();
|
||||
|
@@ -79,6 +79,7 @@ public final class InstanceManager implements IGameXmlReader
|
||||
|
||||
protected InstanceManager()
|
||||
{
|
||||
load();
|
||||
}
|
||||
|
||||
// --------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user