summaryrefslogtreecommitdiff
path: root/network_server.h
diff options
context:
space:
mode:
Diffstat (limited to 'network_server.h')
-rw-r--r--network_server.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/network_server.h b/network_server.h
index e603acb64..2c14b8c4e 100644
--- a/network_server.h
+++ b/network_server.h
@@ -20,6 +20,8 @@ void NetworkServer_Tick(bool send_frame);
void NetworkServerMonthlyLoop(void);
void NetworkServerYearlyLoop(void);
+static inline const char* GetPlayerIP(const NetworkClientInfo *ci) {return inet_ntoa(*(struct in_addr *)&ci->client_ip);}
+
#endif /* ENABLE_NETWORK */
#endif /* NETWORK_SERVER_H */