We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c47934b commit 3f19b63Copy full SHA for 3f19b63
Client/src/Layer/RTypeLayer.cpp
@@ -43,7 +43,7 @@ namespace RType {
43
}
44
45
std::string RTypeLayer::GetIp() {
46
-
+
47
ApplicationCommandLineArgs commandLine = Application::Get().GetSpecification().CommandLineArgs;
48
49
// TODO: Temp ip ./r-type_client {port} {ip} {port}
@@ -54,7 +54,6 @@ namespace RType {
54
return ip;
55
56
57
58
int RTypeLayer::GetServerPort() {
59
60
@@ -71,7 +70,6 @@ namespace RType {
71
70
return port;
72
73
74
75
void RTypeLayer::ConnectToServer(int port, std::string ip, int serverPort) {
76
_Network = CreateScope<Network::Network>(_WorldNetwork, _IOContextManager, port);
77
0 commit comments