mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-13 04:45:02 +01:00
Fix white screen when entering monolith on a new account
This commit is contained in:
@@ -689,8 +689,9 @@ public class Player implements GameDatabaseObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Formations
|
// Formations
|
||||||
|
var formations = proto.getMutableFormation();
|
||||||
for (var f : this.getFormations().getFormations().values()) {
|
for (var f : this.getFormations().getFormations().values()) {
|
||||||
proto.getMutableFormation().addInfo(f.toProto());
|
formations.addInfo(f.toProto());
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set player states
|
// Set player states
|
||||||
|
|||||||
Reference in New Issue
Block a user