mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 07:43:01 +01:00
Fix #8769: Segmentation fault on host
This commit is contained in:
@@ -305,7 +305,7 @@ exitcode_t HandleCommandHost(CommandLineArgEnumerator* enumerator)
|
||||
|
||||
gNetworkStart = NETWORK_MODE_SERVER;
|
||||
gNetworkStartPort = _port;
|
||||
gNetworkStartAddress = _address;
|
||||
gNetworkStartAddress = String::ToStd(_address);
|
||||
|
||||
return EXITCODE_CONTINUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user