summaryrefslogtreecommitdiffhomepage
path: root/Stars45/NetAuth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Stars45/NetAuth.cpp')
-rw-r--r--Stars45/NetAuth.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/Stars45/NetAuth.cpp b/Stars45/NetAuth.cpp
index 700a876..d9d5121 100644
--- a/Stars45/NetAuth.cpp
+++ b/Stars45/NetAuth.cpp
@@ -134,21 +134,10 @@ NetAuth::CreateAuthResponse(int level, const char* salt)
ModConfig* config = ModConfig::GetInstance();
if (level == NET_AUTH_SECURE) {
-
-#ifdef STARSHATTER_DEMO_RELEASE
-
- response += "exe ";
- response += Digest(salt, "StarDemo.exe"); // XXX should look up name of this exe
- response += " ";
-
-#else
-
response += "exe ";
response += Digest(salt, "stars.exe"); // XXX should look up name of this exe
response += " ";
-#endif
-
response += "dat ";
response += Digest(salt, "shatter.dat");
response += " ";