aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/launch/MinecraftServerTarget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/minecraft/launch/MinecraftServerTarget.cpp')
-rw-r--r--launcher/minecraft/launch/MinecraftServerTarget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/launch/MinecraftServerTarget.cpp b/launcher/minecraft/launch/MinecraftServerTarget.cpp
index 0f98f356..78a33359 100644
--- a/launcher/minecraft/launch/MinecraftServerTarget.cpp
+++ b/launcher/minecraft/launch/MinecraftServerTarget.cpp
@@ -23,7 +23,7 @@ MinecraftServerTarget MinecraftServerTarget::parse(const QString &fullAddress) {
// The logic below replicates the exact logic minecraft uses for parsing server addresses.
// While the conversion is not lossless and eats errors, it ensures the same behavior
- // within Minecraft and MultiMC when entering server addresses.
+ // within Minecraft and PolyMC when entering server addresses.
if (fullAddress.startsWith("["))
{
int bracket = fullAddress.indexOf("]");