Skip to content

Commit 67d9ca0

Browse files
committed
Made localhost IP comply with RFC791
1 parent ff726cc commit 67d9ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StartWorld.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ StartWorld::StartWorld()
4545
"Connect",
4646
callback);
4747
// Set default text
48-
hostname_->setText("127.1");
48+
hostname_->setText("127.0.0.1");
4949
port_->setText("8037");
5050

5151
// Key bindings

0 commit comments

Comments
 (0)