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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/launcher/minecraft/launch/MinecraftServerTarget.cpp b/launcher/minecraft/launch/MinecraftServerTarget.cpp
index 569273b6..0f98f356 100644
--- a/launcher/minecraft/launch/MinecraftServerTarget.cpp
+++ b/launcher/minecraft/launch/MinecraftServerTarget.cpp
@@ -17,6 +17,7 @@
#include <QStringList>
+// FIXME: the way this is written, it can't ever do any sort of validation and can accept total junk
MinecraftServerTarget MinecraftServerTarget::parse(const QString &fullAddress) {
QStringList split = fullAddress.split(":");