summaryrefslogtreecommitdiffhomepage
path: root/Stars45/NetAuth.cpp
diff options
context:
space:
mode:
authorFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-06-02 22:31:15 +0000
committerFWoltermann@gmail.com <FWoltermann@gmail.com@076cb2c4-205e-83fd-5cf3-1be9aa105544>2012-06-02 22:31:15 +0000
commitc6a361c127b7f4d9b81b5ad37c2ca6ed7de317ee (patch)
tree2e265fb982b5a21d96d07551b731165e0f721a9a /Stars45/NetAuth.cpp
parent85f40a1f3a1cb4bfcccc7b3bc163cfbd98a1abf3 (diff)
downloadstarshatter-c6a361c127b7f4d9b81b5ad37c2ca6ed7de317ee.zip
starshatter-c6a361c127b7f4d9b81b5ad37c2ca6ed7de317ee.tar.gz
starshatter-c6a361c127b7f4d9b81b5ad37c2ca6ed7de317ee.tar.bz2
REmoving STARSHATTER_DEMO ifdefs and setting version string to 5.1.66
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 += " ";