Skip to content

Commit

Permalink
Merge pull request #5553 from SJuliez/ded-server-possible-fix
Browse files Browse the repository at this point in the history
(Possible) fix to dedicated server loading issues
  • Loading branch information
SJuliez authored Jun 6, 2024
2 parents 8d78c5c + 3c3aaf5 commit 0095d9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions megamek/src/megamek/server/GameManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ public Vector<Report> getvPhaseReport() {
private final ConcurrentLinkedQueue<Server.ReceivedPacket> cfrPacketQueue = new ConcurrentLinkedQueue<>();

public GameManager() {
EquipmentType.initializeTypes();
game.getOptions().initialize();
game.getOptions().loadOptions();

Expand Down

0 comments on commit 0095d9f

Please sign in to comment.