Skip to content

Commit 5d16124

Browse files
authored
Comment ETTP multiplayer for release
1 parent ab3e0ae commit 5d16124

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/NetworkSyncManager.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,9 +389,11 @@ void NetworkSyncManager::PostStartUp(const RString& ServerIP)
389389
LOG->Info("Attempting to connect to: %s, Port: %i", sAddress.c_str(), iPort);
390390
curProtocol = nullptr;
391391
CloseConnection();
392+
/*
392393
if (ETTP.Connect(this, iPort, sAddress))
393394
curProtocol = &ETTP;
394395
else
396+
*/
395397
if (SMOP.Connect(this, iPort, sAddress))
396398
curProtocol = &SMOP;
397399
if (curProtocol == nullptr)
@@ -2314,4 +2316,4 @@ LUA_REGISTER_CLASS(NetworkSyncManager)
23142316
* OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
23152317
* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
23162318
* PERFORMANCE OF THIS SOFTWARE.
2317-
*/
2319+
*/

0 commit comments

Comments
 (0)