diff --git a/Code/Game/DanBiasLauncher/DanBiasLauncher.vcxproj b/Code/Game/DanBiasLauncher/DanBiasLauncher.vcxproj
index a7eed03c..fec9d7dd 100644
--- a/Code/Game/DanBiasLauncher/DanBiasLauncher.vcxproj
+++ b/Code/Game/DanBiasLauncher/DanBiasLauncher.vcxproj
@@ -110,8 +110,8 @@
Windows
true
- DanBiasGame_$(PlatformShortName)D.dll;DanBiasServer_$(PlatformShortName)D.dll;%(DelayLoadDLLs)
- DanBiasGame_$(PlatformShortName)D.lib;DanBiasServer_$(PlatformShortName)D.lib;%(AdditionalDependencies)
+ DanBiasGame_$(PlatformShortName)D.dll;%(DelayLoadDLLs)
+ DanBiasGame_$(PlatformShortName)D.lib;%(AdditionalDependencies)
@@ -126,8 +126,8 @@
Windows
true
- DanBiasServer_$(PlatformShortName)D.dll;DanBiasGame_$(PlatformShortName)D.dll;%(DelayLoadDLLs)
- DanBiasGame_$(PlatformShortName)D.lib;DanBiasServer_$(PlatformShortName)D.lib;%(AdditionalDependencies)
+ DanBiasGame_$(PlatformShortName)D.dll;%(DelayLoadDLLs)
+ DanBiasGame_$(PlatformShortName)D.lib;%(AdditionalDependencies)
@@ -146,8 +146,8 @@
true
true
true
- DanBiasServer_$(PlatformShortName).dll;DanBiasGame_$(PlatformShortName).dll;%(DelayLoadDLLs)
- DanBiasServer_$(PlatformShortName).lib;DanBiasGame_$(PlatformShortName).lib;%(AdditionalDependencies)
+ DanBiasGame_$(PlatformShortName).dll;%(DelayLoadDLLs)
+ DanBiasGame_$(PlatformShortName).lib;%(AdditionalDependencies)
@@ -166,8 +166,8 @@
true
true
true
- DanBiasServer_$(PlatformShortName).dll;DanBiasGame_$(PlatformShortName).dll;%(DelayLoadDLLs)
- DanBiasServer_$(PlatformShortName).lib;DanBiasGame_$(PlatformShortName).lib;%(AdditionalDependencies)
+ DanBiasGame_$(PlatformShortName).dll;%(DelayLoadDLLs)
+ DanBiasGame_$(PlatformShortName).lib;%(AdditionalDependencies)
diff --git a/Code/Game/DanBiasLauncher/Launcher.cpp b/Code/Game/DanBiasLauncher/Launcher.cpp
index f738bc80..84995e47 100644
--- a/Code/Game/DanBiasLauncher/Launcher.cpp
+++ b/Code/Game/DanBiasLauncher/Launcher.cpp
@@ -17,8 +17,9 @@ int WINAPI WinMain( HINSTANCE hinst, HINSTANCE prevInst, PSTR cmdLine, int cmdSh
// Game client starter code goes here
DanBias::DanBiasGameDesc gameDesc;
gameDesc.port = 15151;
- gameDesc.IP = "193.11.184.196";
- gameDesc.IP = "127.0.0.1";
+ //gameDesc.IP = "193.11.184.196";
+ gameDesc.IP = "193.11.186.101";
+ //gameDesc.IP = "127.0.0.1";
gameDesc.hinst = hinst;
gameDesc.nCmdShow = cmdShow;