Skip to content

Commit

Permalink
Fixed the -port option
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Dec 20, 2011
1 parent 9fe793e commit c493632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/engine/portable/src/dd_main.c
Expand Up @@ -435,7 +435,7 @@ int DD_Main(void)

// Incoming TCP port.
if(ArgCheckWith("-port", 1))
Con_Executef(CMDS_CMDLINE, false, "net-ip-port %i", ArgNext());
Con_Executef(CMDS_CMDLINE, false, "net-ip-port %s", ArgNext());

// Server start command.
// (shortcut for -command "net init tcpip; net server start").
Expand Down

0 comments on commit c493632

Please sign in to comment.