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