aboutsummaryrefslogtreecommitdiff
path: root/launcher/minecraft/launch/MinecraftServerTarget.cpp
diff options
context:
space:
mode:
authorswirl <swurl@swurl.xyz>2022-01-10 12:46:43 -0500
committerswirl <swurl@swurl.xyz>2022-01-10 12:47:35 -0500
commit1d8196e11a3ff901d5e65d9f6dc4d2ea98df3cc8 (patch)
tree0004d3815aabd9198b0d9f87349a202243ce85bf /launcher/minecraft/launch/MinecraftServerTarget.cpp
parentc7f6f94930bb3bd13a2e77a959291a4d755a793f (diff)
downloadPrismLauncher-1d8196e11a3ff901d5e65d9f6dc4d2ea98df3cc8.tar.gz
PrismLauncher-1d8196e11a3ff901d5e65d9f6dc4d2ea98df3cc8.tar.bz2
PrismLauncher-1d8196e11a3ff901d5e65d9f6dc4d2ea98df3cc8.zip
More rebranding
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC.
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("]");