Use proper load method for InstanceManager.

This commit is contained in:
MobiusDev 2018-02-17 10:30:51 +00:00
parent 746fc47e52
commit 529470c1e7
10 changed files with 10 additions and 5 deletions

View File

@ -295,7 +295,7 @@ public class GameServer
CommissionManager.getInstance();
printSection("Instance");
InstanceManager.getInstance().load();
InstanceManager.getInstance();
printSection("Olympiad");
Olympiad.getInstance();

View File

@ -79,6 +79,7 @@ public final class InstanceManager implements IGameXmlReader
protected InstanceManager()
{
load();
}
// --------------------------------------------------------------------

View File

@ -301,7 +301,7 @@ public class GameServer
CommissionManager.getInstance();
printSection("Instance");
InstanceManager.getInstance().load();
InstanceManager.getInstance();
printSection("Olympiad");
Olympiad.getInstance();

View File

@ -79,6 +79,7 @@ public final class InstanceManager implements IGameXmlReader
protected InstanceManager()
{
load();
}
// --------------------------------------------------------------------

View File

@ -301,7 +301,7 @@ public class GameServer
CommissionManager.getInstance();
printSection("Instance");
InstanceManager.getInstance().load();
InstanceManager.getInstance();
printSection("Olympiad");
Olympiad.getInstance();

View File

@ -79,6 +79,7 @@ public final class InstanceManager implements IGameXmlReader
protected InstanceManager()
{
load();
}
// --------------------------------------------------------------------

View File

@ -301,7 +301,7 @@ public class GameServer
CommissionManager.getInstance();
printSection("Instance");
InstanceManager.getInstance().load();
InstanceManager.getInstance();
printSection("Olympiad");
Olympiad.getInstance();

View File

@ -79,6 +79,7 @@ public final class InstanceManager implements IGameXmlReader
protected InstanceManager()
{
load();
}
// --------------------------------------------------------------------

View File

@ -299,7 +299,7 @@ public class GameServer
CommissionManager.getInstance();
printSection("Instance");
InstanceManager.getInstance().load();
InstanceManager.getInstance();
printSection("Olympiad");
Olympiad.getInstance();

View File

@ -79,6 +79,7 @@ public final class InstanceManager implements IGameXmlReader
protected InstanceManager()
{
load();
}
// --------------------------------------------------------------------