Skip to content

Commit ac81d2c

Browse files
address comments
Co-authored-by: Chris Yeninas <844685+PhantomGamers@users.noreply.github.com>
1 parent 5ebf34a commit ac81d2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NebulaModel/Packets/Universe/DysonBlueprintPacket.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public DysonBlueprintPacket(int starIndex, int layerId, EDysonBlueprintType blue
1313
StarIndex = starIndex;
1414
LayerId = layerId;
1515
BlueprintType = blueprintType;
16-
// because string leangth may exceed maxStringLength in NetSerializer, convert to char array here
16+
// because string length may exceed maxStringLength in NetSerializer, convert to char array here
1717
CharsData = stringData.ToCharArray();
1818
}
1919
}

NebulaPatcher/Patches/Dynamic/UIFatalErrorTip_Patch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static void _OnOpen_Postfix()
4545
private static string Title()
4646
{
4747
StringBuilder stringBuilder = new StringBuilder();
48-
stringBuilder.Append("An error occurred! Game version ");
48+
stringBuilder.Append("An error has occurred! Game version ");
4949
stringBuilder.Append(GameConfig.gameVersion.ToString());
5050
stringBuilder.Append('.');
5151
stringBuilder.Append(GameConfig.gameVersion.Build);

0 commit comments

Comments
 (0)