summaryrefslogtreecommitdiff
path: root/openttd.c
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.c')
-rw-r--r--openttd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/openttd.c b/openttd.c
index ee2b0234b..02ea57537 100644
--- a/openttd.c
+++ b/openttd.c
@@ -509,8 +509,6 @@ int ttd_main(int argc, char *argv[])
if (_network_available) {
// Shut down the network and close any open connections
NetworkDisconnect();
- NetworkUDPClose();
- NetworkShutDown();
}
#endif /* ENABLE_NETWORK */