add some server commands
This commit is contained in:
@@ -24,7 +24,7 @@ void ChatClient::run() {
|
||||
static ClientModule* cm; { cm = (ClientModule*) moduleInstances[ClientModule()]; }
|
||||
|
||||
if(open) {
|
||||
static std::string s, addr;
|
||||
static std::string s, addr = "127.0.0.1:9932";
|
||||
|
||||
ImGui::Begin("ChatClient Module", &open);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user